We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380fb33 commit 9e7ab09Copy full SHA for 9e7ab09
llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
@@ -69,7 +69,9 @@
69
// | SVE stack objects | |-----------------------------------|
70
// | | | ZPR stack objects |
71
// |-----------------------------------| |-----------------------------------|
72
-// |.empty.space.to.make.part.below....| ^ NB: FPR CSRs are are promoted to ZPRs
+// ^ NB: FPR CSRs are are promoted to ZPRs
73
+// |-----------------------------------|
74
+// |.empty.space.to.make.part.below....|
75
// |.aligned.in.case.it.needs.more.than| (size of this area is unknown at
76
// |.the.standard.16-byte.alignment....| compile time; if present)
77
// |-----------------------------------|
0 commit comments