[llvm] [RISCV] Support Push/Pop with Xqci (PR #134191)
Sam Elliott via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 3 11:10:01 PDT 2025
================
@@ -1435,8 +1414,7 @@ define void @test_spill_nest() "interrupt"="qci-nest" {
; QCI-PUSH-POP-NEXT: .cfi_restore s9
; QCI-PUSH-POP-NEXT: .cfi_restore s10
; QCI-PUSH-POP-NEXT: .cfi_restore s11
-; QCI-PUSH-POP-NEXT: addi sp, sp, 80
-; QCI-PUSH-POP-NEXT: .cfi_def_cfa_offset 96
+; QCI-PUSH-POP-NEXT: .cfi_def_cfa_offset 0
----------------
lenary wrote:
Fixed
https://github.com/llvm/llvm-project/pull/134191
More information about the llvm-commits
mailing list