[PATCH] D117147: [MLGO] ML Regalloc Eviction Advisor
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 12 13:53:19 PST 2022
mtrofin added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/Passes.h:556
+ /// otherwise this does nothing
+ FunctionPass *createRegAllocScoringPass();
} // End llvm namespace
----------------
I was torn between lumping this in here and separating it out - it's simple... but then it adds like 4 additional trivial test file changes, plus the headers.
Happy to peel it off in a separate change.
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