This is an archive of the discontinued LLVM Phabricator instance.

[ValueTracking] Support icmps fed by 'and' and 'or'
ClosedPublic

Authored by mcrosier on Jun 30 2017, 11:55 AM.

Details

Summary

This patch adds support for handling some forms of ands and ors in ValueTracking's isImpliedCondition API. The solves PR33611.

Chad

Diff Detail

Event Timeline

mcrosier created this revision.Jun 30 2017, 11:55 AM
spatel edited edge metadata.

Missed a digit on the bug number in the summary (PR33611):
https://bugs.llvm.org//show_bug.cgi?id=33611

mcrosier edited the summary of this revision. (Show Details)Jul 3 2017, 6:16 AM
This revision is now accepted and ready to land.Jul 5 2017, 11:09 AM
mcrosier closed this revision.Jul 6 2017, 1:27 PM

r307304