mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Fix typo in comment from r218733
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218739 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d49903cc48
commit
b69f873ee1
@ -8209,7 +8209,7 @@ static SDValue lowerV4I32VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
|
||||
assert(Mask.size() == 4 && "Unexpected mask size for v4 shuffle!");
|
||||
|
||||
// Whenever we can lower this as a zext, that instruction is strictly faster
|
||||
// than any alternative. It also allows us to fold memory operansd into the
|
||||
// than any alternative. It also allows us to fold memory operands into the
|
||||
// shuffle in many cases.
|
||||
if (SDValue ZExt = lowerVectorShuffleAsZeroOrAnyExtend(DL, MVT::v4i32, V1, V2,
|
||||
Mask, Subtarget, DAG))
|
||||
|
Loading…
x
Reference in New Issue
Block a user