diff options
author | Mircea Trofin <mtrofin@google.com> | 2022-02-08 16:53:36 -0800 |
---|---|---|
committer | Mircea Trofin <mtrofin@google.com> | 2022-02-08 16:57:24 -0800 |
commit | 2868c57cafab187ad9aab1ff2dd91dbaccb9fc95 (patch) | |
tree | 33259ef9490e3fac7f5e1d2b4213a2daf872c914 /llvm/lib | |
parent | ae9236539711bb4d537b787c7d739485f27735a6 (diff) | |
download | llvm-2868c57cafab187ad9aab1ff2dd91dbaccb9fc95.zip llvm-2868c57cafab187ad9aab1ff2dd91dbaccb9fc95.tar.gz llvm-2868c57cafab187ad9aab1ff2dd91dbaccb9fc95.tar.bz2 |
[nfc][mlgo][regalloc] Add the url to a reference pre-trained model
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 8dce5d2..e2adb3e 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( |