aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/compare-signs.ll
Commit message (Expand)AuthorAgeFilesLines
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-2/+2
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-011-1/+1
* Fix some CHECK lines which were ignored by accident.Benjamin Kramer2009-12-121-2/+2
* Generalize this optimization to work on equality comparisons between any twoNick Lewycky2009-12-051-3/+33
* Reapply r88830 with a bugfix: this transform only applies to icmp eq/ne. ThisNick Lewycky2009-11-231-1/+0
* Revert r88830 and r88831 which appear to have caused a selfhost buildbot someNick Lewycky2009-11-151-0/+1
* Correct typo.Nick Lewycky2009-11-151-1/+1
* Teach instcombine to look for booleans in wider integers when it encounters aNick Lewycky2009-11-151-0/+28