[PATCH] D143218: [mlgo] Hook up the interactive runner to the mlgo-ed passes

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 15:03:44 PST 2023


mtrofin updated this revision to Diff 494750.
mtrofin marked 2 inline comments as done.
mtrofin added a comment.

feedback


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143218/new/

https://reviews.llvm.org/D143218

Files:
  llvm/include/llvm/Analysis/InlineModelFeatureMaps.h
  llvm/include/llvm/Analysis/InteractiveModelRunner.h
  llvm/include/llvm/Analysis/MLModelRunner.h
  llvm/include/llvm/Analysis/ReleaseModeModelRunner.h
  llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
  llvm/lib/Analysis/InlineAdvisor.cpp
  llvm/lib/Analysis/MLInlineAdvisor.cpp
  llvm/lib/Analysis/models/interactive_host.py
  llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp
  llvm/lib/CodeGen/MLRegallocPriorityAdvisor.cpp
  llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
  llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp
  llvm/test/CodeGen/MLRegalloc/Inputs/interactive_main.py
  llvm/test/CodeGen/MLRegalloc/interactive-mode.ll
  llvm/test/Transforms/Inline/ML/Inputs/interactive_main.py
  llvm/test/Transforms/Inline/ML/interactive-mode.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143218.494750.patch
Type: text/x-patch
Size: 23311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230203/b7c52df5/attachment-0001.bin>


More information about the llvm-commits mailing list