forked from OSchip/llvm-project
[X86] Add v32i16/v64i8 into the handling for 512-bit inline assembly constraints.
This commit is contained in:
parent
02b303321d
commit
b55009df66
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue