summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMatthias Springer <springerm@google.com>2023-04-07 10:56:18 +0900
committerMatthias Springer <springerm@google.com>2023-04-07 10:57:09 +0900
commit0d8877752588844324a416207a6b4bec1bba0db2 (patch)
tree22e7d61b3df977f720b7a23d0c16bed729c1b2f0 /utils
parent041bc485bf2122b238eb1a336d3a38168feb8eaa (diff)
downloadllvm-0d8877752588844324a416207a6b4bec1bba0db2.tar.gz
[mlir][SCF] Add ValueBoundsOpInterface impl for scf.for
Only induction variables are supported. iter_args will be supported in a subsequent change. Differential Revision: https://reviews.llvm.org/D145804
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 c2feffd02695..8a8997f71716 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3038,6 +3038,7 @@ cc_library(
":SCFPassIncGen",
":Support",
":TensorDialect",
+ ":ValueBoundsOpInterface",
":ViewLikeInterface",
"//llvm:Support",
],