[PATCH] D140133: [mlgo] Use have_tflite instead of have_tf_api

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 11:20:32 PST 2022


kazu created this revision.
Herald added subscribers: qcolombet, MatzeB.
Herald added a project: All.
kazu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140133

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140133.483253.patch
Type: text/x-patch
Size: 10910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221215/54e1610a/attachment.bin>


More information about the llvm-commits mailing list