[PATCH] D81628: [WebAssembly] Make BR_TABLE non-duplicable
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 10 20:30:12 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td:61
0x0e>;
-} // isTerminator = 1, hasCtrlDep = 1, isBarrier = 1
+} // isTerminator = 1, hasCtrlDep = 1, isBarrier = 1, isNotDuplicable = 1
----------------
Does isConvergent accomplish the same thing here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81628/new/
https://reviews.llvm.org/D81628
More information about the llvm-commits
mailing list