Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / avx2-gather.ll
2013-06-05 Michael Liao[PATCH] Fix VGATHER* operand constraints