[Mlir-commits] [mlir] [mlir] Remove unused includes (NFC) (PR #148119)
Kazu Hirata
llvmlistbot at llvm.org
Fri Jul 11 10:08:33 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 << "]: ")
----------------
kazutakahirata wrote:
Fixed in the latest revision. Thanks!
https://github.com/llvm/llvm-project/pull/148119
More information about the Mlir-commits
mailing list