[llvm-branch-commits] [llvm] [AArch64][SME] Support split ZPR and PPR area allocation (PR #142392)

Sander de Smalen via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Sep 29 03:14:50 PDT 2025


================
@@ -274,6 +274,11 @@ static cl::opt<bool> OrderFrameObjects("aarch64-order-frame-objects",
                                        cl::desc("sort stack allocations"),
                                        cl::init(true), cl::Hidden);
 
+static cl::opt<bool>
----------------
sdesmalen-arm wrote:

Can you amend the ASCII art layout at the top of this file, to explain how the layout looks when SplitSVEObjects is enabled?

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


More information about the llvm-branch-commits mailing list