[llvm] [RISCV] Add stack clash vector support (PR #119458)
Raphael Moreira Zinsly via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 07:33:44 PST 2024
================
@@ -2016,9 +2081,11 @@ TargetStackID::Value RISCVFrameLowering::getStackIDForScalableVectors() const {
}
// Synthesize the probe loop.
-static void emitStackProbeInline(MachineFunction &MF, MachineBasicBlock &MBB,
- MachineBasicBlock::iterator MBBI,
- DebugLoc DL) {
+MachineBasicBlock *RISCVFrameLowering::emitStackProbeInline(
----------------
rzinsly wrote:
I mixed up the patches again, this will only be needed for the dynamic allocation probing.
Removed.
https://github.com/llvm/llvm-project/pull/119458
More information about the llvm-commits
mailing list