[llvm] [RISCV] Stack clash protection for dynamic alloca (PR #122508)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 16:31:01 PST 2025
================
@@ -1015,6 +1022,8 @@ class RISCVTargetLowering : public TargetLowering {
SDValue lowerVectorStrictFSetcc(SDValue Op, SelectionDAG &DAG) const;
+ SDValue LowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG) const;
----------------
topperc wrote:
Function names should start with a lower case letter. There's a long history Lower functions violating this rule and the bad naming keeps getting copied.
https://github.com/llvm/llvm-project/pull/122508
More information about the llvm-commits
mailing list