This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Use `let arguments =` syntax instead of inheritance in LLVM dialect
ClosedPublic

Authored by ftynse on Oct 16 2020, 9:30 AM.

Details

Summary

LLVM dialect has been defining Op arguments by deriving the Arguments ODS
class. This has arguably worse readability due to large indentation caused by
multiple derivations, and is inconsistent with other ODS files. Use the `let
arguments` form instead.

Diff Detail

Event Timeline

ftynse created this revision.Oct 16 2020, 9:30 AM
ftynse requested review of this revision.Oct 16 2020, 9:30 AM
rriddle accepted this revision.Oct 16 2020, 10:58 AM
This revision is now accepted and ready to land.Oct 16 2020, 10:58 AM
This revision was landed with ongoing or failed builds.Oct 19 2020, 2:16 AM
This revision was automatically updated to reflect the committed changes.