[PATCH] D117147: [MLGO] ML Regalloc Eviction Advisor
Jon Chesterfield via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 19 11:08:37 PST 2022
JonChesterfield added a comment.
Doesn't compile on at least one buildbot,
/work/omp-vega20-0/openmp-offload-amdgpu-runtime/llvm.src/llvm/include/llvm/PassSupport.h:46:63: error: explicit qualification in declaration of 'void llvm::initializeRegAllocScoringPass(llvm::PassRegistry&)'
void llvm::initialize##passName##Pass(PassRegistry &Registry) { \
^
/work/omp-vega20-0/openmp-offload-amdgpu-runtime/llvm.src/llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp:99:1: note: in expansion of macro 'INITIALIZE_PASS'
INITIALIZE_PASS(RegAllocScoring, "regallocscoringpass",
https://lab.llvm.org/buildbot/#/builders/193/builds/4879
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117147/new/
https://reviews.llvm.org/D117147
More information about the llvm-commits
mailing list