This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Change the pretty printed FillOp operand order.
ClosedPublic

Authored by gysit on Jun 15 2021, 11:31 PM.

Details

Summary

The patch changes the pretty printed FillOp operand order from output, value to value, output. The change is a follow up to https://reviews.llvm.org/D104121 that passes the fill value using a scalar input instead of the former capture semantics.

Diff Detail

Event Timeline

gysit created this revision.Jun 15 2021, 11:31 PM
gysit requested review of this revision.Jun 15 2021, 11:31 PM
This revision is now accepted and ready to land.Jun 21 2021, 12:16 AM
This revision was landed with ongoing or failed builds.Jun 23 2021, 12:06 AM
This revision was automatically updated to reflect the committed changes.