Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / movmsk.ll
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2011-12-15 Eli FriedmanDon't try to form FGETSIGN after legalization; it is...
2011-10-07 Evan ChengHigh bits of movmskp{s|d} and pmovmskb are known zero...