mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-25 00:33:15 +00:00
Test commit access (email fix)
Indentation tidyup. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219577 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8daea6b323
commit
b6e1b30957
@ -9017,7 +9017,8 @@ static SDValue lowerV8I16VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
|
||||
|
||||
// Try to use rotation instructions if available.
|
||||
if (Subtarget->hasSSSE3())
|
||||
if (SDValue Rotate = lowerVectorShuffleAsByteRotate(DL, MVT::v8i16, V1, V2, Mask, DAG))
|
||||
if (SDValue Rotate = lowerVectorShuffleAsByteRotate(
|
||||
DL, MVT::v8i16, V1, V2, Mask, DAG))
|
||||
return Rotate;
|
||||
|
||||
if (NumV1Inputs + NumV2Inputs <= 4)
|
||||
@ -9151,8 +9152,8 @@ static SDValue lowerV16I8VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
|
||||
|
||||
// Try to use rotation instructions if available.
|
||||
if (Subtarget->hasSSSE3())
|
||||
if (SDValue Rotate = lowerVectorShuffleAsByteRotate(DL, MVT::v16i8, V1, V2,
|
||||
OrigMask, DAG))
|
||||
if (SDValue Rotate = lowerVectorShuffleAsByteRotate(
|
||||
DL, MVT::v16i8, V1, V2, OrigMask, DAG))
|
||||
return Rotate;
|
||||
|
||||
// Try to use a zext lowering.
|
||||
|
Loading…
x
Reference in New Issue
Block a user