[llvm] [AMDGPU] Update base addr of dyn alloca considering GrowingUp stack (PR #119822)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 09:52:55 PST 2024
================
@@ -4023,10 +4024,20 @@ SDValue SITargetLowering::lowerDYNAMIC_STACKALLOCImpl(SDValue Op,
Chain = DAG.getCALLSEQ_START(Chain, 0, 0, dl);
----------------
s-barannikov wrote:
Not related to this PR, but the pair of CALLSEQ_START/CALLSEQ_END is likely redundant.
https://github.com/llvm/llvm-project/pull/119822
More information about the llvm-commits
mailing list