This is an archive of the discontinued LLVM Phabricator instance.

[mlir][memref] Fold self copies
ClosedPublic

Authored by springerm on Jan 13 2022, 6:20 AM.

Details

Summary

Fold memref.copy %x, %x.

Depends On D117220

Diff Detail

Event Timeline

springerm created this revision.Jan 13 2022, 6:20 AM
springerm requested review of this revision.Jan 13 2022, 6:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 13 2022, 6:20 AM
nicolasvasilache accepted this revision.Jan 14 2022, 2:14 AM
This revision is now accepted and ready to land.Jan 14 2022, 2:14 AM
This revision was automatically updated to reflect the committed changes.