summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2025-09-18 21:04:11 -0500
committerGitHub <noreply@github.com>2025-09-19 02:04:11 +0000
commitb26b40b22320ab8b684bfe2575fdbda1c6f2e4ee (patch)
tree5308680da306d874f1d3d620dc9578f223910186 /utils
parentfdb1f486387d46bd046d7827fcd19fa44118bffe (diff)
[bazel][mlir] Port #158084: xegpu vectorlinearize pass (#159690)
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 e38d8e228f6c..45b904805cfc 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3721,6 +3721,7 @@ cc_library(
":MathDialect",
":MemRefDialect",
":Pass",
+ ":SCFDialect",
":SCFTransforms",
":Support",
":TransformUtils",