aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/icmp.ll
Commit message (Expand)AuthorAgeFilesLines
...
* enhance x-(-A) -> x+A to preserve NUW/NSW.Chris Lattner2009-12-211-0/+13
* Optimize all cases of "icmp (X+Cst), X" to something simpler. This triggersChris Lattner2009-12-211-0/+37
* convert to filecheckChris Lattner2009-12-211-1/+21
* simplify a transformation by making it more general.Chris Lattner2009-10-111-1/+9
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* fix PR4837, some bugs folding vector compares. TheseChris Lattner2009-09-021-0/+6
* Implement rdar://6480391, extending of equality icmp's to avoid a truncation.Chris Lattner2009-01-091-1/+0
* For PR1319:Reid Spencer2007-04-141-1/+1
* sext of compares.Chris Lattner2007-04-111-0/+14
* new testcaseChris Lattner2007-04-111-0/+17