[clang] [llvm] [AArch64] Define apple-m5/a19 CPUs. (PR #171187)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 9 02:33:51 PST 2025
fhahn wrote:
> Hi - Should the new isAppleMLike from #170553 also be true for this core? (Mostly asking for when I change it in #171088)
Yep it should and the current patch adds it to the correct switch AFAICT. Might be good to add a run-line with m5/a19 to llvm/test/Transforms/LoopUnroll/AArch64/apple-unrolling.ll
To check the max-interleave factor is set correctly, it would probably be good to have a simple LoopVectorize interleave test for the various CPUs.
https://github.com/llvm/llvm-project/pull/171187
More information about the llvm-commits
mailing list