This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

springerm created this revision.Jul 25 2022, 1:45 AM
springerm requested review of this revision.Jul 25 2022, 1:45 AM
ftynse accepted this revision.Jul 25 2022, 2:27 AM

Looks mechanical.

This revision is now accepted and ready to land.Jul 25 2022, 2:27 AM
This revision was automatically updated to reflect the committed changes.