[PATCH] D81909: [WebAssembly] Fix bug in FixBrTables and use branch analysis utils
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 17 14:35:05 PDT 2020
aheejin added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/switch-unreachable-default.ll:65
+ i8 49, label %sw.bb5
+ ]
+
----------------
Unrelated question: why does this switch get split? Because it’s too big? If so, big br_tables are also bad for wasm too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81909/new/
https://reviews.llvm.org/D81909
More information about the llvm-commits
mailing list