Enable (sext x) == C --> x == (trunc C) combine
[oota-llvm.git] / test / CodeGen / X86 / shrink-compare.ll
2014-12-21 Matt ArsenaultEnable (sext x) == C --> x == (trunc C) combine
2013-11-22 Jim GrosbachX86: Perform integer comparisons at i32 or larger.
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-07-06 Benjamin KramerDAGCombiner: Don't drop extension behavior when shrinki...
2013-05-21 Benjamin KramerDAGCombine: Avoid an edge case where it tried to create...
2013-05-16 Benjamin KramerDAGCombine: Also shrink eq compares where the constant...
2011-04-23 NAKAMURA Takumitest/CodeGen/X86/shrink-compare.ll: Relax expressions...
2011-04-22 Benjamin KramerDAGCombine: fold "(zext x) == C" into "x == (trunc...