[X86] Add v32i16/v64i8 into the handling for 512-bit inline assembly constraints.

This commit is contained in:
Craig Topper 2020-05-05 21:16:51 -07:00
parent 02b303321d
commit b55009df66
1 changed files with 2 additions and 0 deletions

View File

@ -48552,6 +48552,8 @@ X86TargetLowering::getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI,
if (Subtarget.hasAVX())
return std::make_pair(X86::YMM0, &X86::VR256RegClass);
break;
case MVT::v64i8:
case MVT::v32i16:
case MVT::v8f64:
case MVT::v16f32:
case MVT::v16i32: