[llvm] [AArch64] Set MaxInterleaving to 4 for Neoverse V2 (PR #100385)
Madhur Amilkanthwar via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 24 07:53:13 PDT 2024
================
@@ -233,9 +233,11 @@ void AArch64Subtarget::initializeProperties(bool HasMinSize) {
PrefLoopAlignment = Align(32);
MaxBytesForLoopAlignment = 16;
break;
+ case NeoverseV2:
----------------
madhur13490 wrote:
A comment here to explain why "4" is chosen would be nice.
https://github.com/llvm/llvm-project/pull/100385
More information about the llvm-commits
mailing list