Required for phase ordering changes to not regress Rust code with D145265.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Transforms/SimplifyCFG/speculate-blocks.ll | ||
---|---|---|
80 | This test can be much simpler. You don't really need more than if (c) { v = inst } phi(v, 0) to test this. |
Comment Actions
Probably caused by the patch https://lab.llvm.org/buildbot/#/builders/77/builds/27866
Comment Actions
that's definitely a no-op even if you pass the flag that actually enables more verification
Comment Actions
Looks like it was unrelated flake which failed few times in a row. We will look how to improve that.
Sorry for the noise.
This test can be much simpler. You don't really need more than if (c) { v = inst } phi(v, 0) to test this.