[PATCH] D107102: [WebAssembly] Add new pass to lower int/ptr conversions of reftypes
Paulo Matos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 2 23:33:26 PDT 2021
pmatos reopened this revision.
pmatos added a comment.
This revision is now accepted and ready to land.
I should have definitely used `debugtrap` instead of `trap`, which is still a terminator and expensive checks at the machine code level checked that there was a terminator in the middle of a basic block. *sigh*. Replacing with `debugtrap` as suggested by @tlively
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107102/new/
https://reviews.llvm.org/D107102
More information about the llvm-commits
mailing list