Skip to content

Commit f8c7d65

Browse files
author
git apple-llvm automerger
committed
Merge commit '7d803c868ab9' from llvm.org/release/21.x into stable/21.x
2 parents c33386f + 7d803c8 commit f8c7d65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/AArch64/AArch64Subtarget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ void AArch64Subtarget::initializeProperties(bool HasMinSize) {
270270
break;
271271
case NeoverseV2:
272272
case NeoverseV3:
273+
CacheLineSize = 64;
273274
EpilogueVectorizationMinVF = 8;
274275
MaxInterleaveFactor = 4;
275276
ScatterOverhead = 13;

0 commit comments

Comments
 (0)