[PATCH] D103515: [VPlan] Print successors of VPRegionBlocks.
Andrei Elovikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 2 08:54:00 PDT 2021
a.elovikov added a comment.
> Currently I am not sure how to best write a CHECK-line that will fail if a new successor gets added, e.g. `CHECK: Successor(s): if.then.0` will also pass if an additional successor gets added. Perhaps we should just include the number of successors, something like `1 Successor: if.then`, or `3 Successors: a, b, c`.
Would FileCheck's `--match-full-lines` help?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103515/new/
https://reviews.llvm.org/D103515
More information about the llvm-commits
mailing list