[all-commits] [llvm/llvm-project] 596e61: [AMDGPU] Ignore call graph node which does not hav...

Mahesha S via All-commits all-commits at lists.llvm.org
Tue Aug 3 21:53:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 596e61c332267ae9e7074bcd3adc988829c85817
      https://github.com/llvm/llvm-project/commit/596e61c332267ae9e7074bcd3adc988829c85817
  Author: hsmahesha <mahesha.comp at gmail.com>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

  Changed paths:
    M llvm/lib/Target/AMDGPU/Utils/AMDGPULDSUtils.cpp
    A llvm/test/CodeGen/AMDGPU/replace-lds-by-ptr-call-to-declare-only-func.ll

  Log Message:
  -----------
  [AMDGPU] Ignore call graph node which does not have function info.

While collecting reachable callees (from kernels), ignore call graph node which
does not have associated function or associated function is not a definition.

Reviewed By: rampitec

Differential Revision: https://reviews.llvm.org/D107329




More information about the All-commits mailing list