[llvm] [RISCV] Stack clash protection for dynamic alloca (PR #122508)
Raphael Moreira Zinsly via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 15 05:18:11 PST 2025
================
@@ -159,6 +162,9 @@ class RISCVMachineFunctionInfo : public MachineFunctionInfo {
bool isVectorCall() const { return IsVectorCall; }
void setIsVectorCall() { IsVectorCall = true; }
+
+ bool hasDynamicAllocation() const { return HasDynProbe; }
----------------
rzinsly wrote:
Done
https://github.com/llvm/llvm-project/pull/122508
More information about the llvm-commits
mailing list