This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor] TrackingListener: Find replacement ops through cast-like ExtractSliceOps
ClosedPublic

Authored by springerm on May 31 2023, 6:47 AM.

Details

Summary

Certain ExtractSliceOps, that do extract all elements from the destination, are treated like casts when looking for replacement ops. Such ExtractSliceOps are typically rank expansions.

Depends On: D151800

Diff Detail

Event Timeline

springerm created this revision.May 31 2023, 6:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 31 2023, 6:47 AM
springerm requested review of this revision.May 31 2023, 6:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 31 2023, 6:47 AM
nicolasvasilache accepted this revision.May 31 2023, 7:01 AM
This revision is now accepted and ready to land.May 31 2023, 7:01 AM
This revision was landed with ongoing or failed builds.Jun 1 2023, 12:07 AM
This revision was automatically updated to reflect the committed changes.