[llvm] [AArch64]Enable aggressive interleaving for A320 (PR #169825)
Nashe Mncube via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 10 02:48:19 PST 2025
================
@@ -175,6 +175,8 @@ void AArch64Subtarget::initializeProperties(bool HasMinSize) {
MaxBytesForLoopAlignment = 16;
break;
case CortexA320:
+ AggressiveInterleaving = true;
+ [[fallthrough]];
----------------
nasherm wrote:
Done
https://github.com/llvm/llvm-project/pull/169825
More information about the llvm-commits
mailing list