Use CHECK-NEXT to verify that a test breaks whenever unexpected passes, analyses, or invalidations show up in default pipelines.
The test case is constructed so that we don't expect to invalidate anything, and needs to be kept that way.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/Other/new-pm-defaults.ll | ||
---|---|---|
35–36 ↗ | (On Diff #84922) | Here and below you'll need a bunch of {{.*}} and just dropping the tail of the pass name. You can see the patterns that work in the original CHECK lines. The type printing is good, but not perfect across platforms. |
147 ↗ | (On Diff #84922) | Add some vertical space here for readability? |