Skip to content

Commit 242e28c

Browse files
linuxlonelyeagleLukacma
authored andcommitted
[mlir][bufferize] Cleanup TensorCopyInsertion.cpp (NFC) (llvm#164541)
1 parent eef468e commit 242e28c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

mlir/lib/Dialect/Bufferization/Transforms/TensorCopyInsertion.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
#include "mlir/Dialect/Bufferization/Transforms/OneShotModuleBufferize.h"
1515
#include "mlir/Dialect/Bufferization/Transforms/Transforms.h"
1616

17-
namespace mlir {
18-
namespace bufferization {
19-
#define GEN_PASS_DEF_TENSORCOPYINSERTION
20-
#include "mlir/Dialect/Bufferization/Transforms/Passes.h.inc"
21-
} // namespace bufferization
22-
} // namespace mlir
23-
2417
using namespace mlir;
2518
using namespace mlir::bufferization;
2619

0 commit comments

Comments
 (0)