[PATCH] D50653: [WebAssembly] Add isEHScopeReturn instruction property

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 20 16:02:09 PDT 2018


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

This looks OK to me; I can't think of any good alternative to adding a new predicate. Fixing PEI directly would require having it check for particular instructions (wasm catchret), which we can't really do.


Repository:
  rL LLVM

https://reviews.llvm.org/D50653





More information about the llvm-commits mailing list