[Mlir-commits] [mlir] [mlir] Remove unused includes (NFC) (PR #148119)

Jakub Kuderski llvmlistbot at llvm.org
Fri Jul 11 08:27:14 PDT 2025


================
@@ -11,7 +11,6 @@
 #include "mlir/Dialect/Tensor/IR/ShardingInterfaceImpl.h"
 #include "mlir/Dialect/Tensor/IR/Tensor.h"
 #include "mlir/IR/DialectRegistry.h"
-#include "llvm/Support/Debug.h"
 
 #define DEBUG_TYPE "tensor-sharding-impl"
 #define DBGS() (llvm::dbgs() << "[" DEBUG_TYPE << "]: ")
----------------
kuhar wrote:

If `Debug.h` is unused, we probably don't need these defines either

https://github.com/llvm/llvm-project/pull/148119


More information about the Mlir-commits mailing list