[PATCH] D107102: [WebAssembly] Add new pass to lower int/ptr conversions of reftypes

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 29 16:05:38 PDT 2021


tlively added a comment.

Oh right, that makes sense. I wonder if a custom DAG combine would be too late, too. At any rate, if you use the @llvm.debugtrap intrinsic in the IR replacement pass, it will lower to `unreachable` without needing to split any basic blocks.


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