Skip to content

Commit 7b50c7a

Browse files
committed
Further simplification
1 parent aaecb05 commit 7b50c7a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

compiler-rt/lib/builtins/aarch64/sme-abi.S

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,8 @@ DEFINE_COMPILERRT_FUNCTION(__arm_sme_save)
283283
add x18, x0, #32
284284
tbz x17, #FEAT_SME2_BIT, 1f
285285

286-
// Store ZT0 and ZA
287-
add x16, x0, #32
288-
str zt0, [x16]
286+
// Store ZT0
287+
str zt0, [x18]
289288
add x18, x18, #64
290289
b 1f
291290

0 commit comments

Comments
 (0)