This is an archive of the discontinued LLVM Phabricator instance.

Fix pretty printing of linalg GenericOps when there are no inputs.
ClosedPublic

Authored by fedelebron on Oct 20 2020, 2:02 PM.

Diff Detail

Event Timeline

fedelebron created this revision.Oct 20 2020, 2:02 PM
fedelebron requested review of this revision.Oct 20 2020, 2:02 PM
mravishankar accepted this revision.Oct 20 2020, 2:05 PM
mravishankar added a subscriber: mravishankar.

Do you mind adding a round-trip test where the ins is empty?

This revision is now accepted and ready to land.Oct 20 2020, 2:05 PM
mravishankar requested changes to this revision.Oct 20 2020, 2:05 PM
This revision now requires changes to proceed.Oct 20 2020, 2:05 PM

Resolving review comment.

Comment resolved (not sure why I'm not able to "reply" to your comment Mahesh... no button I can see for that.

mravishankar requested changes to this revision.Oct 20 2020, 2:20 PM
mravishankar added inline comments.
mlir/test/Dialect/Linalg/roundtrip.mlir
322

This is missing the "CHECK-*"

This revision now requires changes to proceed.Oct 20 2020, 2:20 PM

Add actual CHECKs...

More test fixes.

This revision is now accepted and ready to land.Oct 20 2020, 2:38 PM
This revision was landed with ongoing or failed builds.Oct 20 2020, 2:58 PM
This revision was automatically updated to reflect the committed changes.