Skip to content

Commit 844aaa9

Browse files
davemgreengithub-actions[bot]
authored andcommitted
Automerge: [AArch64] Fix sebvector -> subvector typo. NFC
2 parents 6e7067e + c05fc9b commit 844aaa9

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
@@ -4739,7 +4739,7 @@ InstructionCost AArch64TTIImpl::getShuffleCost(
47394739

47404740
Kind = improveShuffleKindFromMask(Kind, Mask, Tp, Index, SubTp);
47414741
bool IsExtractSubvector = Kind == TTI::SK_ExtractSubvector;
4742-
// A sebvector extract can be implemented with a ext (or trivial extract, if
4742+
// A subvector extract can be implemented with an ext (or trivial extract, if
47434743
// from lane 0). This currently only handles low or high extracts to prevent
47444744
// SLP vectorizer regressions.
47454745
if (IsExtractSubvector && LT.second.isFixedLengthVector()) {

0 commit comments

Comments
 (0)