Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34bf276 commit 3611dc1Copy full SHA for 3611dc1
1 file changed
llvm/test/CodeGen/AArch64/framelayout-fpr128-csr.ll
@@ -3,9 +3,9 @@
3
; RUN: llc -verify-machineinstrs -mtriple=aarch64-windows-msvc < %s | FileCheck %s --check-prefix=CHECK-WINDOWS
4
5
; The purpose of this test is to verify q8 is assigned a 16-byte aligned offset
6
-; after the x10 is assigned an offset. The CSR (on Linux) are assigned offsets
7
-; in the order GPRs then FPRs. The stack size of this function is 48
8
-; (alignTo((16 + 8 * 3), 16)), so after x8 is given the offset 24, q8 originally
+; after the x10 is assigned an offset. The CSRs (on Linux) are assigned offsets
+; in the order GPRs then FPRs. The stack size of this function is 32
+; (alignTo((16 + 8), 16)), so after x8 is given the offset 24, q8 originally
9
; would be assigned offset 8, which is not 16-byte aligned.
10
define preserve_allcc void @d(ptr %ptr) nounwind {
11
; CHECK-LABEL: d:
0 commit comments