Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMogball <jeffniu22@gmail.com>2022-04-15 20:52:34 +0300
committerMogball <jeffniu22@gmail.com>2022-04-16 01:07:01 +0300
commit3131f808243abe3746280e016ab9459c14d9e53b (patch)
tree10470dc5ab5a10c1f9bdcf8bbc57be6a03f7050c /utils
parenta571f82a50416b767fd3cce0fb5027bb5dfec58c (diff)
[mlir] Refactor LICM into a utility
LICM is refactored into a utility that is application on any region. The implementation is moved to Transform/Utils.
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 821b5fbf4fbb..bc01efa76f74 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -4906,6 +4906,7 @@ cc_library(
deps = [
":ControlFlowInterfaces",
":IR",
+ ":LoopLikeInterface",
":Rewrite",
":SideEffectInterfaces",
":Support",