Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / 2009-02-09-ivs-different-sizes.ll
2010-08-05 Dan GohmanMove x86-specific tests out of test/Transforms/LoopStre...