aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorEric Wang <flpha0830@gmail.com>2022-09-30 14:43:09 -0500
committerEric Wang <flpha0830@gmail.com>2022-09-30 16:27:26 -0500
commit5b26f4f042225f236205dcd73b1ed7d1a98c5b1a (patch)
tree623cd0f710e3173c8cb6e207e06de97064f943b9 /llvm/lib/CodeGen/CMakeLists.txt
parent20530704439666366b7f37e946c6f676ef0cc8c3 (diff)
downloadllvm-5b26f4f042225f236205dcd73b1ed7d1a98c5b1a.zip
llvm-5b26f4f042225f236205dcd73b1ed7d1a98c5b1a.tar.gz
llvm-5b26f4f042225f236205dcd73b1ed7d1a98c5b1a.tar.bz2
Reland "[MLGO] ML Regalloc Priority Advisor"
This relands commit 8f4f26ba5bd04f7b335836021e5e63b4236c0305, which was reverted in 91c96a806cae58539e40c9e443a08bde91ccc91e because of Buildbot failures. The previous model test is not compatible with tflite. e.g. https://lab.llvm.org/buildbot/#/builders/6/builds/14041 Differential Revision: https://reviews.llvm.org/D133616
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index afa3704..ce14e1d 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/lib/CodeGen/CMakeLists.txt
@@ -143,6 +143,7 @@ add_llvm_component_library(LLVMCodeGen
MIRSampleProfile.cpp
MIRYamlMapping.cpp
MLRegallocEvictAdvisor.cpp
+ MLRegallocPriorityAdvisor.cpp
ModuloSchedule.cpp
MultiHazardRecognizer.cpp
PatchableFunction.cpp