Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / 2011-03-02-DAGCombiner.ll
2011-03-02 Stuart HastingsTest case for r126864. Radar 9056407.