Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / psubus.ll
2012-12-15 Benjamin KramerX86: Add a couple of target-specific dag combines that...