Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / div8.ll
2011-05-20 Stuart HastingsRe-commit 131641 with fixes; de-pseudoize MOVSX16rr8...