This is an archive of the discontinued LLVM Phabricator instance.

[mlir][DeclarativeParser] Add support for formatting operations with AttrSizedOperandSegments.
ClosedPublic

Authored by rriddle on Feb 27 2020, 4:43 PM.

Details

Summary

This attribute details the segment sizes for operand groups within the operation. This revision add support for automatically populating this attribute in the declarative parser.

Depends On D75314

Diff Detail

Event Timeline

rriddle created this revision.Feb 27 2020, 4:43 PM
mravishankar resigned from this revision.Mar 4 2020, 10:32 AM
antiagainst accepted this revision.Mar 4 2020, 2:31 PM

Nice reduction!!

This revision is now accepted and ready to land.Mar 4 2020, 2:31 PM
This revision was automatically updated to reflect the committed changes.