[llvm] [CodeGen][NewPM] Port RegAllocEvictionAdvisor analysis to NPM (PR #117309)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 22 04:15:26 PST 2024
paperchalice wrote:
In general we should avoid module analysis results here. I browsed the relevant codes here, some machine learning based advisors need to load external models so they need `doInitialization`. Could we load and check models while building the pipeline?
https://github.com/llvm/llvm-project/pull/117309
More information about the llvm-commits
mailing list