[llvm] [RISCV] Stash GPR to FPR if emergency spill slot is not reachable (PR #180685)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 9 22:51:38 PST 2026


================
@@ -0,0 +1,116 @@
+; RUN: llc < %s -mtriple=riscv64 -mattr=+D -stop-after=prologepilog | FileCheck %s
----------------
wangpc-pp wrote:

Can you make it a MIR test?

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


More information about the llvm-commits mailing list