fix isConstantAddr defined but not used
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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 { | ^~~~~~~~~~~~~~