Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / avx-vperm2f128.ll
2011-12-06 Craig TopperMerge isSHUFPMask and isCommutedSHUFPMask into single...
2011-08-12 Bruno Cardoso LopesThe VPERM2F128 is a AVX instruction which permutes...