[Mlir-commits] [mlir] [mlir][bufferize] Cleanup TensorCopyInsertion.cpp (NFC) (PR #164541)
lonely eagle
llvmlistbot at llvm.org
Tue Oct 21 23:23:27 PDT 2025
================
@@ -14,13 +14,6 @@
#include "mlir/Dialect/Bufferization/Transforms/OneShotModuleBufferize.h"
#include "mlir/Dialect/Bufferization/Transforms/Transforms.h"
-namespace mlir {
-namespace bufferization {
-#define GEN_PASS_DEF_TENSORCOPYINSERTION
-#include "mlir/Dialect/Bufferization/Transforms/Passes.h.inc"
----------------
linuxlonelyeagle wrote:
GEN_PASS_DEF_TENSORCOPYINSERTION does not exist in the Passes.h.inc.
https://github.com/llvm/llvm-project/pull/164541
More information about the Mlir-commits
mailing list