Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / basic-promote-integers.ll
2012-06-04 Nadav RotemRemove the "-promote-elements" flag. This flag is now...
2011-06-07 Nadav RotemMove the legalizer tests to the X86 directory because...