[clang] [llvm] [RISCV] SiFive CLIC Support (PR #132481)

Sam Elliott via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 21 17:03:57 PDT 2025


================
@@ -230,10 +230,16 @@ bool PEI::runOnMachineFunction(MachineFunction &MF) {
   // with stack arguments.
   TFI->spillFPBP(MF);
 
+  LLVM_DEBUG(llvm::dbgs() << "Before calculateCallFrameInfo \n");
----------------
lenary wrote:

Oh yeah, oops, lots of it. will remove.

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


More information about the llvm-commits mailing list