mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-30 00:32:53 +00:00
Fix typo in comment. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf538716fb
commit
1169682c26
@ -11582,7 +11582,7 @@ static SDValue lowerV8I32VectorShuffle(const SDLoc &DL, ArrayRef<int> Mask,
|
|||||||
return Rotate;
|
return Rotate;
|
||||||
|
|
||||||
// Try to create an in-lane repeating shuffle mask and then shuffle the
|
// Try to create an in-lane repeating shuffle mask and then shuffle the
|
||||||
// the results into the target lanes.
|
// results into the target lanes.
|
||||||
if (SDValue V = lowerShuffleAsRepeatedMaskAndLanePermute(
|
if (SDValue V = lowerShuffleAsRepeatedMaskAndLanePermute(
|
||||||
DL, MVT::v8i32, V1, V2, Mask, Subtarget, DAG))
|
DL, MVT::v8i32, V1, V2, Mask, Subtarget, DAG))
|
||||||
return V;
|
return V;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user