Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3611dc1

Browse files
MacDuedyung
authored andcommitted
Fix comment in FPR128 test (NFC)
(cherry picked from commit 4c31b6f)
1 parent 34bf276 commit 3611dc1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

llvm/test/CodeGen/AArch64/framelayout-fpr128-csr.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
; RUN: llc -verify-machineinstrs -mtriple=aarch64-windows-msvc < %s | FileCheck %s --check-prefix=CHECK-WINDOWS
44

55
; 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
6+
; after the x10 is assigned an offset. The CSRs (on Linux) are assigned offsets
7+
; in the order GPRs then FPRs. The stack size of this function is 32
8+
; (alignTo((16 + 8), 16)), so after x8 is given the offset 24, q8 originally
99
; would be assigned offset 8, which is not 16-byte aligned.
1010
define preserve_allcc void @d(ptr %ptr) nounwind {
1111
; CHECK-LABEL: d:

0 commit comments

Comments
 (0)