[Mlir-commits] [mlir] [mlir][bufferize] Cleanup TensorCopyInsertion.cpp (NFC) (PR #164541)

Matthias Springer llvmlistbot at llvm.org
Thu Oct 23 05:32:49 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"
----------------
matthias-springer wrote:

This pass has been turned into a test pass a while ago: `TestTensorCopyInsertionPass`

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


More information about the Mlir-commits mailing list