This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Update dialect/op documentation to be consistent
ClosedPublic

Authored by rriddle on Mar 24 2020, 2:57 PM.

Details

Summary

This revision performs a lot of different cleanups on operation documentation to ensure that they are consistent, e.g. using mlir code blocks, formatting, etc.

This revision also includes the auto-generated documentation into the hand-written documentation for the dialects that have a specific top-level dialect file. This updates the documentation for all dialects aside from SPIRV and STD. These dialects will be updated in a followup.

Diff Detail

Event Timeline

rriddle created this revision.Mar 24 2020, 2:57 PM
rriddle updated this revision to Diff 252463.Mar 24 2020, 5:25 PM

Fix a few missed mlir code blocks.

mehdi_amini accepted this revision.Mar 29 2020, 11:02 AM
This revision is now accepted and ready to land.Mar 29 2020, 11:02 AM
This revision was automatically updated to reflect the committed changes.

Thanks very much for fixing all these!