This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Make printer/parser have the same behavior.
ClosedPublic

Authored by hanchung on Jun 14 2021, 12:33 PM.

Details

Summary

The parser of generic op did not recognize the output from mlir-opt when there
are multiple outputs. One would wrap the result types with braces, and one would
not. The patch makes the behavior the same.

Diff Detail

Event Timeline

hanchung created this revision.Jun 14 2021, 12:33 PM
hanchung requested review of this revision.Jun 14 2021, 12:33 PM
This revision is now accepted and ready to land.Jun 14 2021, 12:49 PM