Fixes a regression caused by D82439, in which IT blocks were no longer being generated when -Oz is present.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
llvm/test/CodeGen/Thumb2/ifcvt-dead-predicate.ll | ||
---|---|---|
3 | I think a MIR test would be better here. |
llvm/test/CodeGen/Thumb2/ifcvt-dead-predicate.mir | ||
---|---|---|
50 ↗ | (On Diff #301582) | Not sure if I follow this codegen or what to expect, but every time I look at this patch I need to get up to speed again. But to help me, and to be a bit annoying, can you upload a diff with just the changes ? So, locally add this test first, and then create the diff against that. |
Comment Actions
I appreciate that the history and context for this has been a bit obscured. Most of it can be gathered on the patch D83667
can you upload a diff with just the changes ?
Done
I think a MIR test would be better here.