This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor][NFC] Simplify extract_slice(cast) folder
ClosedPublic

Authored by springerm on Jul 31 2023, 1:01 AM.

Details

Summary

The type computation part is not needed.

Depends On: D156581

Diff Detail

Event Timeline

springerm created this revision.Jul 31 2023, 1:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2023, 1:01 AM
springerm requested review of this revision.Jul 31 2023, 1:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2023, 1:01 AM
nicolasvasilache accepted this revision.Jul 31 2023, 2:28 AM
This revision is now accepted and ready to land.Jul 31 2023, 2:28 AM
This revision was automatically updated to reflect the committed changes.