[clang] [llvm] [RISCV] SiFive CLIC Support (PR #132481)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 21 16:42:23 PDT 2025
================
@@ -230,10 +230,16 @@ bool PEI::runOnMachineFunction(MachineFunction &MF) {
// with stack arguments.
TFI->spillFPBP(MF);
+ LLVM_DEBUG(llvm::dbgs() << "Before calculateCallFrameInfo \n");
----------------
topperc wrote:
Leftover debug code?
https://github.com/llvm/llvm-project/pull/132481
More information about the llvm-commits
mailing list