[Mlir-commits] [mlir] 6a5469b - [bazel] Fixes for e5a8c51c9dc85a7b463a4570942e3e5e1cb70e0b

Benjamin Kramer llvmlistbot at llvm.org
Thu Jun 26 06:06:37 PDT 2025


Author: Benjamin Kramer
Date: 2025-06-26T15:06:18+02:00
New Revision: 6a5469bb815d2e2712b635984eb479a67f37be9b

URL: https://github.com/llvm/llvm-project/commit/6a5469bb815d2e2712b635984eb479a67f37be9b
DIFF: https://github.com/llvm/llvm-project/commit/6a5469bb815d2e2712b635984eb479a67f37be9b.diff

LOG: [bazel] Fixes for e5a8c51c9dc85a7b463a4570942e3e5e1cb70e0b

Added: 
    

Modified: 
    mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
    utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/Tensor/IR/TensorOps.cpp b/mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
index 92da0cf426a47..22a25fd1a5af8 100644
--- a/mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
+++ b/mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
@@ -7,7 +7,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "mlir/Dialect/Affine/IR/AffineOps.h"
-#include "mlir/Dialect/Affine/Utils.h"
 #include "mlir/Dialect/Arith/IR/Arith.h"
 #include "mlir/Dialect/Arith/Utils/Utils.h"
 #include "mlir/Dialect/Complex/IR/Complex.h"

diff  --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 9b1089e09efb5..2d3c118f16221 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -12872,6 +12872,7 @@ cc_library(
         ":AffineDialect",
         ":AllocationOpInterface",
         ":ArithDialect",
+        ":ArithUtils",
         ":BufferDeallocationOpInterfaceIncGen",
         ":BufferViewFlowOpInterfaceIncGen",
         ":BufferizableOpInterfaceIncGen",


        


More information about the Mlir-commits mailing list