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 23592c4 commit 7d89ed8Copy full SHA for 7d89ed8
llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
@@ -131,7 +131,7 @@
131
// aarch64-stack-hazard-size is added between GPR and FPR CSRs. Another is added
132
// to the stack objects section, and stack objects are sorted so that FPR >
133
// Hazard padding slot > GPRs (where possible). Unfortunately some things are
134
-// not handled well (VLA area, arguments on the stack, object with both GPR and
+// not handled well (VLA area, arguments on the stack, objects with both GPR and
135
// FPR accesses), but if those are controlled by the user then the entire stack
136
// frame becomes GPR at the start/end with FPR in the middle, surrounded by
137
// Hazard padding.
0 commit comments