[PATCH] D125514: [WebAssembly] Use CHECK-NEXT for irreducible-cfg.mir
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 13 01:07:11 PDT 2022
aheejin added a comment.
The script doesn't generate `CHECK` lines next to each BB but rather generates the whole function together, making it harder to see changes in each BB for me. Also there are comments for `CHECK` lines, which will be lost if we use the script. So I'm not sure using it will improve readability in this case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125514/new/
https://reviews.llvm.org/D125514
More information about the llvm-commits
mailing list