Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / vector-variable-idx2.ll
2013-08-23 Rafael EspindolaReplace more uses of sse41 with sse4.1.
2011-11-14 Pete CooperChanged SSE4/AVX <2 x i64> extract and insert ops to...