[all-commits] [llvm/llvm-project] 344230: [mlgo] Use have_tflite instead of have_tf_api

kazutakahirata via All-commits all-commits at lists.llvm.org
Thu Dec 15 13:54:39 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 344230913812cec3b4509c0216cefce06f69dd4d
      https://github.com/llvm/llvm-project/commit/344230913812cec3b4509c0216cefce06f69dd4d
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-12-15 (Thu, 15 Dec 2022)

  Changed paths:
    M llvm/test/CMakeLists.txt
    M llvm/test/CodeGen/MLRegalloc/default-eviction-advisor.ll
    M llvm/test/CodeGen/MLRegalloc/default-priority-advisor.ll
    M llvm/test/CodeGen/MLRegalloc/dev-mode-extra-features-logging.ll
    M llvm/test/CodeGen/MLRegalloc/dev-mode-log-2-fcts.ll
    M llvm/test/CodeGen/MLRegalloc/dev-mode-logging.ll
    M llvm/test/CodeGen/MLRegalloc/dev-mode-prio-logging.ll
    M llvm/test/CodeGen/MLRegalloc/dev-rel-equivalence.ll
    M llvm/test/Transforms/Inline/ML/bounds-checks-rewards.ll
    M llvm/test/Transforms/Inline/ML/dev-mode-log-deleted.ll
    M llvm/test/Transforms/Inline/ML/development-training-log.ll
    M llvm/test/Transforms/Inline/ML/ml-test-development-mode.ll
    M llvm/test/Transforms/Inline/ML/size-estimator-default.ll
    M llvm/test/Transforms/Inline/ML/size-estimator-training.ll
    M llvm/test/Transforms/Inline/ML/state-tracking-coro.ll
    M llvm/test/Transforms/Inline/ML/state-tracking-scc-splits.ll
    M llvm/test/Transforms/Inline/ML/state-tracking.ll
    M llvm/test/Transforms/Inline/inlining-advisor-default.ll
    M llvm/test/lit.cfg.py
    M llvm/test/lit.site.cfg.py.in

  Log Message:
  -----------
  [mlgo] Use have_tflite instead of have_tf_api

We are in the process of retiring LLVM_HAVE_TF_API in favor of
LLVM_HAVE_TFLITE.  This patch takes care of the transition in
llvm/test.

Differential Revision: https://reviews.llvm.org/D140133




More information about the All-commits mailing list