[PATCH] D97175: [WebAssembly] Split EH MIR tests into two files
    Heejin Ahn via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb 22 12:04:31 PST 2021
    
    
  
aheejin added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.mir:31
+    successors: %bb.2
+    ; CHECK: bb.1
+    ; CHECK: CATCH
----------------
dschuff wrote:
> 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?
Good idea. Added a colon to all BB `CHECK` lines.
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