Commit 46c2086
Automerge: [Verifier] Always verify all assume bundles. (#145586)
For some reason, some of the checks for specific assumbe bundle elements
exit early if the check pass, meaning we don't verify other entries.
Replace the early returns with early continues.
This also requires removing some tests that are currently rejected. They will
be added back as part of llvm/llvm-project#128436.
PR: llvm/llvm-project#145586File tree
4 files changed
+3
-440
lines changed- llvm
- lib/IR
- test
- Transforms/LoopVectorize
- Verifier
4 files changed
+3
-440
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5517 | 5517 | | |
5518 | 5518 | | |
5519 | 5519 | | |
5520 | | - | |
| 5520 | + | |
5521 | 5521 | | |
5522 | 5522 | | |
5523 | 5523 | | |
| |||
5534 | 5534 | | |
5535 | 5535 | | |
5536 | 5536 | | |
5537 | | - | |
| 5537 | + | |
5538 | 5538 | | |
5539 | 5539 | | |
5540 | 5540 | | |
| |||
0 commit comments