Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / 2012-12-1-merge-multiple.ll
2012-12-02 Nadav RotemAllow merging multiple store sequences on the same...