[llvm] [AMDGPU] Update base addr of dyn alloca considering GrowingUp stack (PR #119822)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 07:21:44 PST 2024
================
@@ -4023,10 +4024,20 @@ SDValue SITargetLowering::lowerDYNAMIC_STACKALLOCImpl(SDValue Op,
Chain = DAG.getCALLSEQ_START(Chain, 0, 0, dl);
----------------
arsenm wrote:
those are more for the benefit of MI code after the DAG than the chain dependency
https://github.com/llvm/llvm-project/pull/119822
More information about the llvm-commits
mailing list