This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Shape] Canonicalize subsequent `index_to_size` and `size_to_index`
ClosedPublic

Authored by frgossen on Jun 18 2020, 4:23 AM.

Details

Summary

Eliminate the subsequent applications of index_to_size and size_to_index.

Diff Detail

Event Timeline

frgossen created this revision.Jun 18 2020, 4:23 AM
Herald added a reviewer: silvas. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
silvas accepted this revision.Jun 18 2020, 9:47 AM

Thanks!

frgossen retitled this revision from [MLIR][Shape] Add canonicalization pattern for `shape.size_to_index` to [MLIR][Shape] Canonicalize subsequent `index_to_size` and `size_to_index`.Jun 19 2020, 4:24 AM
jpienaar accepted this revision.Jun 22 2020, 2:39 PM
This revision is now accepted and ready to land.Jun 22 2020, 2:39 PM
frgossen updated this revision to Diff 273243.Jun 25 2020, 1:21 AM

Remove trailing white line

frgossen updated this revision to Diff 273292.Jun 25 2020, 3:45 AM

White line

This revision was automatically updated to reflect the committed changes.