This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Add `to/from_extent_tensor` lowering to the standard dialect
ClosedPublic

Authored by frgossen on Jun 4 2020, 7:00 AM.

Details

Summary

The operations to_extent_tensor and from_extent_tensor become no-ops when
lowered to the standard dialect.
This is possible with a lowering from shape.shape to tensor<?xindex>.

Depends On D81161

Diff Detail

Event Timeline

frgossen created this revision.Jun 4 2020, 7:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 4 2020, 7:00 AM
pifon2a accepted this revision.Jun 5 2020, 5:17 AM
This revision is now accepted and ready to land.Jun 5 2020, 5:17 AM
This revision was automatically updated to reflect the committed changes.