[PATCH] D97175: [WebAssembly] Split EH MIR tests into two files
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 22 10:15:19 PST 2021
dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.mir:31
+ successors: %bb.2
+ ; CHECK: bb.1
+ ; CHECK: CATCH
----------------
would it make sense for this to be a CHECK-LABEL (or for it to be `bb.1:` including the colon) to make the match more precise?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97175/new/
https://reviews.llvm.org/D97175
More information about the llvm-commits
mailing list