[Mlir-commits] [mlir] c56fdf9 - [mlir] Remove unused "using" decls (NFC) (#165652)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Oct 30 07:10:57 PDT 2025
Author: Kazu Hirata
Date: 2025-10-30T07:10:52-07:00
New Revision: c56fdf9e5ad7e6674a8001a3773fb8cf735225d1
URL: https://github.com/llvm/llvm-project/commit/c56fdf9e5ad7e6674a8001a3773fb8cf735225d1
DIFF: https://github.com/llvm/llvm-project/commit/c56fdf9e5ad7e6674a8001a3773fb8cf735225d1.diff
LOG: [mlir] Remove unused "using" decls (NFC) (#165652)
Identified with misc-unused-using-decls.
Added:
Modified:
mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Dialect/Tensor/IR/TensorOps.cpp b/mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
index ac7200294a3a6..110bfdce72ea4 100644
--- a/mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
+++ b/mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
@@ -41,10 +41,6 @@
using namespace mlir;
using namespace mlir::tensor;
-using llvm::divideCeilSigned;
-using llvm::divideFloorSigned;
-using llvm::mod;
-
/// Materialize a single constant operation from a given attribute value with
/// the desired resultant type.
Operation *TensorDialect::materializeConstant(OpBuilder &builder,
More information about the Mlir-commits
mailing list