[all-commits] [llvm/llvm-project] a772f0: Revert "[mlgo] Hook up the interactive runner to t...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Fri Feb 3 16:36:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a772f0bb920a4957fb94dd8dbe45943809fd0ec3
https://github.com/llvm/llvm-project/commit/a772f0bb920a4957fb94dd8dbe45943809fd0ec3
Author: Mircea Trofin <mtrofin at google.com>
Date: 2023-02-03 (Fri, 03 Feb 2023)
Changed paths:
M llvm/include/llvm/Analysis/InlineModelFeatureMaps.h
M llvm/include/llvm/Analysis/InteractiveModelRunner.h
M llvm/include/llvm/Analysis/MLModelRunner.h
M llvm/include/llvm/Analysis/ReleaseModeModelRunner.h
M llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
M llvm/lib/Analysis/InlineAdvisor.cpp
M llvm/lib/Analysis/MLInlineAdvisor.cpp
R llvm/lib/Analysis/models/interactive_host.py
M llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp
M llvm/lib/CodeGen/MLRegallocPriorityAdvisor.cpp
M llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
M llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp
R llvm/test/CodeGen/MLRegalloc/Inputs/interactive_main.py
R llvm/test/CodeGen/MLRegalloc/interactive-mode.ll
R llvm/test/Transforms/Inline/ML/Inputs/interactive_main.py
R llvm/test/Transforms/Inline/ML/interactive-mode.ll
Log Message:
-----------
Revert "[mlgo] Hook up the interactive runner to the mlgo-ed passes"
This reverts commit a7354899d1a235a796b3a2ccb45f6596983c8672.
The way stdout/stderr get routed seems to work differently locally and
on the bots. Investigating.
More information about the All-commits
mailing list