This is an archive of the discontinued LLVM Phabricator instance.

[mlir][SCF][bufferize][NFC] Implement resolveConflicts for ParallelInsertSliceOp
ClosedPublic

Authored by springerm on Jun 27 2022, 10:02 AM.

Details

Summary

Just moving code from one op interface impl to another one. This was previous implemented as part of the BufferizableOpInterface of ForEachThreadOp. Moving the implementation to ParallelInsertSliceOp to be consistent with the remaining ops and to have a nice example op that can serve as a blueprint for other ops.

Diff Detail

Event Timeline

springerm created this revision.Jun 27 2022, 10:02 AM
springerm requested review of this revision.Jun 27 2022, 10:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2022, 10:02 AM
nicolasvasilache accepted this revision.Jun 28 2022, 3:10 AM
This revision is now accepted and ready to land.Jun 28 2022, 3:10 AM
This revision was landed with ongoing or failed builds.Jun 28 2022, 3:23 AM
This revision was automatically updated to reflect the committed changes.