[PATCH] D94047: [WebAssembly] Remove more unnecessary brs in CFGStackify
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 7 13:15:47 PST 2021
dschuff accepted this revision.
dschuff added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll:1019
+;
+define void @test18() personality i8* bitcast (i32 (...)* @__gxx_wasm_personality_v0 to i8*) {
+; CHECK: call foo
----------------
could add a `CHECK-LABEL: test18` here
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94047/new/
https://reviews.llvm.org/D94047
More information about the llvm-commits
mailing list