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-16 03:36:22 +0300
committerMogball <jeffniu22@gmail.com>2022-04-16 03:37:07 +0300
commitfa26c7ff4b5d94763106712bf0009f2abde343c0 (patch)
tree823f6c40fa3a6bc777b4f39649bbf4107e707895 /utils
parent984a0dc386553f28068716a087d65ccf8a92889b (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",