DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0) == 0.
[oota-llvm.git] / test / CodeGen / X86 / shrink-compare.ll
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...