Skip to content

Conversation

@kazutakahirata
Copy link
Contributor

Identified with misc-unused-using-decls.

Identified with misc-unused-using-decls.
@llvmbot
Copy link
Member

llvmbot commented Oct 30, 2025

@llvm/pr-subscribers-mlir

@llvm/pr-subscribers-mlir-tensor

Author: Kazu Hirata (kazutakahirata)

Changes

Identified with misc-unused-using-decls.


Full diff: https://github.com/llvm/llvm-project/pull/165652.diff

1 Files Affected:

  • (modified) mlir/lib/Dialect/Tensor/IR/TensorOps.cpp (-4)
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,

@kazutakahirata kazutakahirata merged commit c56fdf9 into llvm:main Oct 30, 2025
13 checks passed
@kazutakahirata kazutakahirata deleted the cleanup_20251029_clang_tidy_misc_unused_using_decls_mlir branch October 30, 2025 14:11
aokblast pushed a commit to aokblast/llvm-project that referenced this pull request Oct 30, 2025
Identified with misc-unused-using-decls.
luciechoi pushed a commit to luciechoi/llvm-project that referenced this pull request Nov 1, 2025
Identified with misc-unused-using-decls.
DEBADRIBASAK pushed a commit to DEBADRIBASAK/llvm-project that referenced this pull request Nov 3, 2025
Identified with misc-unused-using-decls.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants