[X86] Fix another AVX pattern to only be disable if VLX and BWI are supported.

llvm-svn: 270182
This commit is contained in:
Craig Topper 2016-05-20 05:10:27 +00:00
parent 71eddbf540
commit b182715a52
1 changed files with 1 additions and 1 deletions

View File

@ -6874,7 +6874,7 @@ let Predicates = [HasAVX2, NoVLX] in {
VR256, loadv4i64, i256mem,
SSE_INTMUL_ITINS_P, 1, 0>, VEX_4V, VEX_L;
}
let Predicates = [HasAVX2, NoVLX] in {
let Predicates = [HasAVX2, NoVLX_Or_NoBWI] in {
defm VPMINSBY : SS48I_binop_rm<0x38, "vpminsb", smin, v32i8, VR256,
loadv4i64, i256mem, 0, SSE_INTALU_ITINS_P>,
VEX_4V, VEX_L;