[PATCH] D112040: [InlineAdvisor] Add mode/format switches and negative remark processing to Replay Inliner
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 21 14:21:08 PDT 2021
mtrofin added inline comments.
================
Comment at: llvm/include/llvm/Analysis/InlineAdvisor.h:41
-/// For Replay Inliner initialization
-enum class ReplayInlineScope : int { Function, Module };
+struct CallSiteFormat {
+ enum class Format : int {
----------------
I think we shold start moving the replay stuff in its header (with possibly some refactoring of how we get to obtain an advisor)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112040/new/
https://reviews.llvm.org/D112040
More information about the llvm-commits
mailing list