[llvm] [Arm] Control forced unrolling of small loops (PR #170127)

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 1 05:33:43 PST 2025


================
@@ -111,12 +111,16 @@ Changes to the AArch64 Backend
 * `FEAT_TME` support has been removed, as it has been withdrawn from
    all future versions of the A-profile architecture.
 
+* Allow forced unrolling of small loops. Threshold controlled by flag `aarch64-force-unroll-threshold`
----------------
davemgreen wrote:

I'm not sure we need to add release notes for what is essentially a debug option and isn't guaranteed to be stabled across releases.

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


More information about the llvm-commits mailing list