[PATCH] D66978: [CodeGen] Fix lowering for returning the result of an extractvalue

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 20:50:06 PDT 2019


tlively accepted this revision.
tlively added a comment.
This revision is now accepted and ready to land.

Generally LGTM, although the tests might be more readable if you pass `-wasm-disable-explicit-locals` and `-wasm-keep-registers` as well. It's also concerning that no one noticed this issue before. Do you know why other targets may not have run into it?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66978/new/

https://reviews.llvm.org/D66978





More information about the llvm-commits mailing list