summaryrefslogtreecommitdiff
path: root/test/Transforms/InstSimplify/maxmin.ll
AgeCommit message (Expand)AuthorFilesLines
2011-05-07The comparision "max(x,y)==x" is equivalent to "x>=y". Since the max isDuncan Sands1-0/+36
2011-05-04Add variations on: max(x,y) >= min(x,z) folds to true. This isn't that common,Duncan Sands1-0/+88
2011-05-03Implement some basic simplifications involving min/max, for exampleDuncan Sands1-0/+145