This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Automatically populate `operand_segment_sizes` in the auto-generated build methods.
ClosedPublic

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

Details

Summary

This greatly simplifies the requirements for builders using this mechanism for managing variadic operands.

Depends On D75316

Diff Detail

Event Timeline

rriddle created this revision.Feb 27 2020, 4:44 PM
jpienaar accepted this revision.Feb 28 2020, 6:02 AM

Nice, thanks

This revision is now accepted and ready to land.Feb 28 2020, 6:02 AM
This revision was automatically updated to reflect the committed changes.