[llvm] [AMDGPU] Enable amdgpu-sw-lower-lds pass to lower LDS accesses to use device global memory (PR #87265)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 8 08:28:10 PDT 2024
================
@@ -234,17 +235,6 @@ cl::opt<LoweringKind> LoweringKindLoc(
clEnumValN(LoweringKind::hybrid, "hybrid",
"Lower via mixture of above strategies")));
-bool isKernelLDS(const Function *F) {
----------------
skc7 wrote:
Raised PR #88002 for moving these utilities from amdgpu-module-lower-lds pass to AMDGPUMemoryUtils. Will remove them from this PR once #88002 gets merged.
https://github.com/llvm/llvm-project/pull/87265
More information about the llvm-commits
mailing list