This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Sort the operations alphabetically and add header blocks
ClosedPublic

Authored by rriddle on Mar 3 2020, 9:38 AM.

Details

Summary

The order of the operations has fallen out of sync as operations have been renamed and new ones have been added.

Depends On D75539

Diff Detail

Event Timeline

rriddle created this revision.Mar 3 2020, 9:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2020, 9:38 AM
ftynse accepted this revision.Mar 4 2020, 4:10 AM

Über-nit: I think of #ifndef when I see "header guards", not about block comments.

This revision is now accepted and ready to land.Mar 4 2020, 4:10 AM

Über-nit: I think of #ifndef when I see "header guards", not about block comments.

Ooops, I usually write "header blocks". Hand-brain mismatch here, fixed.

rriddle retitled this revision from [mlir][NFC] Sort the operations alphabetically and add header guards. to [mlir][NFC] Sort the operations alphabetically and add header blocks.Mar 4 2020, 9:54 AM
This revision was automatically updated to reflect the committed changes.