[llvm] AMDGPU: share LDS budget logic and add experimental LDS buffering pass (PR #166388)

Yaxun Liu via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 6 07:52:55 PST 2026


================
@@ -60,6 +60,7 @@ FUNCTION_PASS("amdgpu-lower-kernel-attributes",
 FUNCTION_PASS("amdgpu-promote-alloca", AMDGPUPromoteAllocaPass(*this))
 FUNCTION_PASS("amdgpu-promote-alloca-to-vector",
               AMDGPUPromoteAllocaToVectorPass(*this))
+FUNCTION_PASS("amdgpu-lds-buffering", AMDGPULDSBufferingPass(*this))
----------------
yxsamliu wrote:

will do

https://github.com/llvm/llvm-project/pull/166388


More information about the llvm-commits mailing list