Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / avx2-nontemporal.ll
2012-01-09 Craig TopperClean up patterns for MOVNT*. Not sure why there were...