summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/shrink-compare.ll
AgeCommit message (Expand)AuthorFilesLines
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-2/+2
2014-12-21Enable (sext x) == C --> x == (trunc C) combineMatt Arsenault1-0/+148
2013-11-22X86: Perform integer comparisons at i32 or larger.Jim Grosbach1-4/+4
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin1-4/+4
2013-07-06DAGCombiner: Don't drop extension behavior when shrinking a load when unsafe.Benjamin Kramer1-0/+23
2013-05-21DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0...Benjamin Kramer1-0/+16
2013-05-16DAGCombine: Also shrink eq compares where the constant is exactly as large as...Benjamin Kramer1-0/+16
2011-04-23test/CodeGen/X86/shrink-compare.ll: Relax expressions for Win64.NAKAMURA Takumi1-2/+2
2011-04-22DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless.Benjamin Kramer1-0/+36