[llvm-branch-commits] [llvm] [AArch64] Prepare for split ZPR and PPR area allocation (NFCI) (PR #142391)

Benjamin Maxwell via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 10 05:37:14 PDT 2025


================
@@ -19,6 +19,11 @@
 
 namespace llvm {
 
+struct SVEStackSizes {
----------------
MacDue wrote:

The usage I was referring to was within `determineSVEStackObjectOffsets()` for `ZPROffset` and `PPROffset`, which based on another suggestion uses the values from the `SVEStackSizes` instance. Changing `SVEStackSizes` means that can't be done without (adding extra casts throughout the function to avoid sign issues). 



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


More information about the llvm-branch-commits mailing list