[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:23 PDT 2025


================
@@ -1584,8 +1541,7 @@ define void @test_spill_nest() "interrupt"="qci-nest" {
 ; QCI-QCCMP-PUSH-POP-NEXT:    .cfi_restore s9
 ; QCI-QCCMP-PUSH-POP-NEXT:    .cfi_restore s10
 ; QCI-QCCMP-PUSH-POP-NEXT:    .cfi_restore s11
-; QCI-QCCMP-PUSH-POP-NEXT:    addi sp, sp, 80
-; QCI-QCCMP-PUSH-POP-NEXT:    .cfi_def_cfa_offset 96
+; QCI-QCCMP-PUSH-POP-NEXT:    .cfi_def_cfa_offset 0
----------------
lenary wrote:

Looks like it's appearing everywhere.

https://github.com/llvm/llvm-project/pull/134191


More information about the llvm-commits mailing list