forked from OSchip/llvm-project
parent
37e026260b
commit
ddf715ef77
|
@ -10916,8 +10916,6 @@ static SDValue lowerVectorShuffle(SDValue Op, const X86Subtarget *Subtarget,
|
|||
if (VT.getSizeInBits() == 256)
|
||||
return lower256BitVectorShuffle(Op, V1, V2, VT, Subtarget, DAG);
|
||||
|
||||
// Force AVX-512 vectors to be scalarized for now.
|
||||
// FIXME: Implement AVX-512 support!
|
||||
if (VT.getSizeInBits() == 512)
|
||||
return lower512BitVectorShuffle(Op, V1, V2, VT, Subtarget, DAG);
|
||||
|
||||
|
|
Loading…
Reference in New Issue