[llvm] [RISCV] Support floating point registers with -fzero-call-used-regs (PR #204929)

Lucas Chollet via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 26 14:04:29 PDT 2026


================
@@ -621,6 +625,23 @@ bool RISCVExpandPseudo::expandPseudoReadVLENBViaVSETVLIX0(
   return true;
 }
 
+bool RISCVExpandPseudo::expandPseudoClearFPR64(
+    MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI) {
+  DebugLoc DL = MBBI->getDebugLoc();
----------------
LucasChollet wrote:

Done!

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


More information about the llvm-commits mailing list