[llvm] [RISCV] Support Push/Pop with Xqci (PR #134191)
Sam Elliott via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 22:33:22 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:
This looks wrong. I'll inspect this in the morning.
https://github.com/llvm/llvm-project/pull/134191
More information about the llvm-commits
mailing list