aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMatthias Springer <me@m-sp.org>2024-04-15 18:14:18 +0200
committerGitHub <noreply@github.com>2024-04-15 18:14:18 +0200
commitf8d314f0ee5e750e1e47b47fb55d14f6d1e991e1 (patch)
tree7b9623e4ae706ef080f504f91ebd47acb7336919 /utils
parent55b6f17071d25b77fcdc910ca9b15f89305137e0 (diff)
downloadllvm-f8d314f0ee5e750e1e47b47fb55d14f6d1e991e1.zip
llvm-f8d314f0ee5e750e1e47b47fb55d14f6d1e991e1.tar.gz
llvm-f8d314f0ee5e750e1e47b47fb55d14f6d1e991e1.tar.bz2
[mlir][Interfaces][NFC] Add TableGen test op for value bounds tests (#88717)
This commit is a code cleanup. It defines the test ops the are used for the `ValueBoundsOpInterface` tests in TableGen, along with proper verifiers. --------- Co-authored-by: Benjamin Maxwell <benjamin.maxwell@arm.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
index 684b59e..dc5f404 100644
--- a/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -421,6 +421,7 @@ cc_library(
"//mlir:TranslateLib",
"//mlir:TransformUtils",
"//mlir:Transforms",
+ "//mlir:ValueBoundsOpInterface",
"//mlir:ViewLikeInterface",
],
)
@@ -644,6 +645,7 @@ cc_library(
"lib/Dialect/Affine/*.cpp",
]),
deps = [
+ ":TestDialect",
"//llvm:Support",
"//mlir:AffineAnalysis",
"//mlir:AffineDialect",