Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / zext-trunc.ll
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2010-02-10 Evan ChengNow that ShrinkDemandedOps() is separated out from...