This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Matrix: support resizing horizontally
ClosedPublic

Authored by arjunp on Sep 16 2021, 9:08 AM.

Diff Detail

Event Timeline

arjunp created this revision.Sep 16 2021, 9:08 AM
arjunp requested review of this revision.Sep 16 2021, 9:08 AM

Added some comments.

mlir/lib/Analysis/Presburger/Matrix.cpp
69–72

Just to maintain the symmetry, this could be moved to a function resizeHorizontally().

arjunp updated this revision to Diff 373159.Sep 17 2021, 12:45 AM

Add support for resizing just horizontally

This revision is now accepted and ready to land.Sep 17 2021, 12:46 AM
arjunp updated this revision to Diff 373184.EditedSep 17 2021, 3:51 AM

Add support for resizing just horizontally (repeat to try and resolve some issue with arc land)

This revision was landed with ongoing or failed builds.Sep 17 2021, 3:52 AM
This revision was automatically updated to reflect the committed changes.