[PATCH] D107329: [AMDGPU] Ignore call graph node which does not have function info.

Mahesha S via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 3 07:08:18 PDT 2021


hsmhsm marked an inline comment as done.
hsmhsm added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/replace-lds-by-ptr-call-to-declare-only-func.ll:1
+; RUN: opt -S -mtriple=amdgcn--  -amdgpu-replace-lds-use-with-pointer -amdgpu-enable-lds-replace-with-pointer=true < %s | FileCheck %s
+
----------------
foad wrote:
> Surely you don't need -amdgpu-enable-lds-replace-with-pointer=true here.
Correct, but now the pass is disabled  (off by default) because of the two openmp issues reported. Please refer https://reviews.llvm.org/D104962.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107329/new/

https://reviews.llvm.org/D107329



More information about the llvm-commits mailing list