[PATCH] D60966: [WebAssembly] Emit br_table for most switch instructions

Alon Zakai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 11:57:54 PDT 2019


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

I'm in favor of this. There are a bunch of tradeoffs that VMs can make, and this lets them make their own choices, by emitting the higher-level construct, which is also smaller in size in the wasm.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60966





More information about the llvm-commits mailing list