Skip to content

Commit e0d3f2d

Browse files
committed
Fix typo
1 parent 8d32485 commit e0d3f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5754,7 +5754,7 @@ AArch64TTIImpl::getShuffleCost(TTI::ShuffleKind Kind, VectorType *DstTy,
57545754
// extract, if from lane 0) for 128-bit NEON vectors or legal SVE vectors.
57555755
// This currently only handles low or high extracts to prevent SLP vectorizer
57565756
// regressions.
5757-
// Note that SVE's ext instruciton is destructive, but it can be fused with
5757+
// Note that SVE's ext instruction is destructive, but it can be fused with
57585758
// a movprfx to act like a constructive instruction.
57595759
if (IsExtractSubvector && LT.second.isFixedLengthVector()) {
57605760
if (LT.second.getFixedSizeInBits() >= 128 &&

0 commit comments

Comments
 (0)