This is an archive of the discontinued LLVM Phabricator instance.

[mlir][shape] Use memref of index in shape lowering
ClosedPublic

Authored by herhut on Jul 30 2020, 5:38 AM.

Details

Summary

Now that we can have a memref of index type, we no longer need to materialize shapes in i64 and then index_cast.

Diff Detail

Event Timeline

herhut created this revision.Jul 30 2020, 5:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 30 2020, 5:38 AM
herhut requested review of this revision.Jul 30 2020, 5:38 AM
frgossen accepted this revision.Jul 30 2020, 6:06 AM

Nice, thanks.

This revision is now accepted and ready to land.Jul 30 2020, 6:06 AM
This revision was landed with ongoing or failed builds.Jul 30 2020, 6:20 AM
This revision was automatically updated to reflect the committed changes.