Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / 2012-02-12-dagco.ll
2012-02-13 Nadav RotemFix a bug in DAGCombine for the optimization of BUILD_V...