Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / 2010-08-04-MaskedSignedCompare.ll
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2010-08-04 Eli FriedmanPR7814: Truncates cannot be ignored for signed comparisons.