InsertSliceOp and ParallelInsertSliceOp are very similar and can share some of the bufferization analysis code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D130465
[mlir][tensor][bufferize][NFC] Remove duplicate code ClosedPublic Authored by springerm on Jul 25 2022, 1:45 AM.
Details Summary InsertSliceOp and ParallelInsertSliceOp are very similar and can share some of the bufferization analysis code.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 25 2022, 2:27 AM Closed by commit rG1defec873065: [mlir][tensor][bufferize][NFC] Remove duplicate code (authored by springerm). · Explain WhyJul 25 2022, 3:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 447227 mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
|