Files
clang-p2996/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp
Juan Manuel Martinez Caamaño 2d7339ad24 [AMDGPU][LDS] Fix dynamic LDS interaction with "amdgpu-no-lds-kernel-id" (#107092)
Dynamic lds and Table lds both use the amdgpu_lds_kernel_id intrinsic.
Kernels and functons that make an indirect use of this should not have
the
"amdgpu-no-lds-kernel-id" attribute.

For the later, this was done. For the dynamic lds case, this was
missing. This patch fixes it.
2024-09-04 16:41:43 +02:00

57 KiB