[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 13:52:58 PDT 2021


tlively added a comment.

Another approach would be to lower to DEBUG_UNREACHABLE, which is the normal unreachable instruction but not modeled as a terminator (see WebAssemblyInstrControl.td). I imagine you could use more standard ISel patterns for that lowering rather than introducing a separate pass.


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