[PATCH] D127959: [AMDGPU][NFC] Remove isConstantAddr

Liao Chunyu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 05:58:56 PDT 2022


liaolucy added a comment.

warning:

  llvm-project/llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp:339:6: warning: ‘bool {anonymous}::AMDGPUPerfHint::isConstantAddr(const llvm::Value*) const’ defined but not used [-Wunused-function]
    339 | bool AMDGPUPerfHint::isConstantAddr(const Value *V) const {
        |      ^~~~~~~~~~~~~~


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127959



More information about the llvm-commits mailing list