[all-commits] [llvm/llvm-project] 50be4f: [AMDGPU] Skip lowerNonKernelLDSAccesses if functio...

Chaitanya via All-commits all-commits at lists.llvm.org
Fri Sep 6 03:34:39 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 50be4f17a0ff951f8a8e123e66c7024b067211c6
      https://github.com/llvm/llvm-project/commit/50be4f17a0ff951f8a8e123e66c7024b067211c6
  Author: Chaitanya <Krishna.Sankisa at amd.com>
  Date:   2024-09-06 (Fri, 06 Sep 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUSwLowerLDS.cpp
    A llvm/test/CodeGen/AMDGPU/amdgpu-sw-lower-lds-non-kernel-declaration.ll

  Log Message:
  -----------
  [AMDGPU] Skip lowerNonKernelLDSAccesses if function is declaration. (#106975)

This PR skips lowering non-kernel LDS i.e lowerNonKernelLDSAccesses,
when function is a declaration or there are no lds globals to process.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list