Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / ssse3-intrinsics-x86.ll
2013-10-24 Craig TopperAdd tests for SSE intrinsics in non-avx mode by copying...