[PATCH] D107329: [AMDGPU] Ignore call graph node which does not have function info.
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 3 04:55:52 PDT 2021
foad 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
+
----------------
Surely you don't need -amdgpu-enable-lds-replace-with-pointer=true here.
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