[llvm] [AArch64] Turn MaxInterleaveFactor into a subtarget feature (PR #171088)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 8 06:26:07 PST 2025


https://github.com/fhahn approved this pull request.

LGTM, thanks.

This presumably also allows specifying the target feature to use max interleave factor 4 for CPUs that do not have it (or disable it via the target-feature if for CPUs that do). MIght be good to add a test that just uses the target feature?

https://github.com/llvm/llvm-project/pull/171088


More information about the llvm-commits mailing list