aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstSimplify/maxmin.ll
Commit message (Expand)AuthorAgeFilesLines
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-28/+28
* The comparision "max(x,y)==x" is equivalent to "x>=y". Since the max isDuncan Sands2011-05-071-0/+36
* Add variations on: max(x,y) >= min(x,z) folds to true. This isn't that common,Duncan Sands2011-05-041-0/+88
* Implement some basic simplifications involving min/max, for exampleDuncan Sands2011-05-031-0/+145