Details
Details
Diff Detail
Diff Detail
Event Timeline
test/Transforms/InstCombine/call-guard.ll | ||
---|---|---|
5 | It makes sense to add a negative test with different conditions. |
Paths
| Differential D29071
Allow InstrCombine to remove one of adjacent guards if they are equivalent ClosedPublic Authored by mkazantsev on Jan 23 2017, 8:17 PM.
Details
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jan 23 2017, 9:16 PM This revision now requires review to proceed.Jan 23 2017, 9:21 PM This revision is now accepted and ready to land.Jan 23 2017, 9:21 PM This revision is now accepted and ready to land.Jan 23 2017, 10:13 PM mkazantsev added a child revision: D29074: Canonicalize guards for AND condition.Jan 24 2017, 2:52 AM apilipenko added inline comments.
Closed by commit rL293056: [InstCombine] Allow InstrCombine to remove one of adjacent guards if they are… (authored by apilipenko). · Explain WhyJan 25 2017, 6:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 85521 lib/Transforms/InstCombine/InstCombineCalls.cpp
test/Transforms/InstCombine/call-guard.ll |
It makes sense to add a negative test with different conditions.