[llvm] 2868c57 - [nfc][mlgo][regalloc] Add the url to a reference pre-trained model

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 16:57:32 PST 2022


Author: Mircea Trofin
Date: 2022-02-08T16:57:24-08:00
New Revision: 2868c57cafab187ad9aab1ff2dd91dbaccb9fc95

URL: https://github.com/llvm/llvm-project/commit/2868c57cafab187ad9aab1ff2dd91dbaccb9fc95
DIFF: https://github.com/llvm/llvm-project/commit/2868c57cafab187ad9aab1ff2dd91dbaccb9fc95.diff

LOG: [nfc][mlgo][regalloc] Add the url to a reference pre-trained model

Added: 
    

Modified: 
    llvm/lib/CodeGen/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index 8dce5d2e68ca..e2adb3e18a39 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/lib/CodeGen/CMakeLists.txt
@@ -5,7 +5,7 @@ if (DEFINED LLVM_HAVE_TF_AOT OR DEFINED LLVM_HAVE_TF_API)
   # This url points to the most recent most which is known to be compatible with
   # LLVM. When better models are published, this url should be updated to aid
   # discoverability.
-  set(LLVM_RAEVICT_MODEL_CURRENT_URL "TO_BE_UPDATED")
+  set(LLVM_RAEVICT_MODEL_CURRENT_URL "https://github.com/google/ml-compiler-opt/releases/download/regalloc-evict-v1.0/regalloc-evict-e67430c-v1.0.tar.gz")
 
   if (DEFINED LLVM_HAVE_TF_AOT)
     tf_find_and_compile(


        


More information about the llvm-commits mailing list