mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 03:32:10 +00:00
[x86] Remove a SimpleTy usage. No need for it here, we already have the
MVT. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230622 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1478ffeae
commit
177498a4e0
@ -9864,8 +9864,8 @@ static SDValue lower512BitVectorShuffle(SDValue Op, SDValue V1, SDValue V2,
|
||||
"Cannot lower 512-bit vectors w/ basic ISA!");
|
||||
|
||||
// Check for being able to broadcast a single element.
|
||||
if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, VT.SimpleTy, V1,
|
||||
Mask, Subtarget, DAG))
|
||||
if (SDValue Broadcast =
|
||||
lowerVectorShuffleAsBroadcast(DL, VT, V1, Mask, Subtarget, DAG))
|
||||
return Broadcast;
|
||||
|
||||
// Dispatch to each element type for lowering. If we don't have supprot for
|
||||
|
Loading…
x
Reference in New Issue
Block a user