This is an archive of the discontinued LLVM Phabricator instance.

[fir][NFC] Format and make FIROps.td homogenous
ClosedPublic

Authored by clementval on Oct 25 2021, 4:16 AM.

Details

Summary

This patch has couple of small changes to clean-up FIROps.td.

  • Wrap lines that are longer than 80.
  • All parser, verifier and printer that are single line are wrapped with double quotes.
  • Couple of small typos.

Co-authored-by: Jean Perier <jperier@nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>

Diff Detail

Event Timeline

clementval created this revision.Oct 25 2021, 4:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2021, 4:16 AM
clementval requested review of this revision.Oct 25 2021, 4:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2021, 4:16 AM
AlexisPerry accepted this revision.Oct 25 2021, 8:22 AM

Looks good to me.

This revision is now accepted and ready to land.Oct 25 2021, 8:22 AM
This revision was automatically updated to reflect the committed changes.