This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Clean and Fix broken Affine documentation
ClosedPublic

Authored by sotoshigoto on Jan 29 2023, 5:51 PM.

Details

Summary
  • Modified single-quote to back-quote at op name, etc.
  • Remove a duplicated affine.store op's doc
  • Fix broken links
  • Move Syntax of StoreOp and LoadOp from Affine.md to AffineOps.td

Diff Detail

Event Timeline

sotoshigoto created this revision.Jan 29 2023, 5:51 PM
sotoshigoto requested review of this revision.Jan 29 2023, 5:51 PM
bondhugula accepted this revision.Jan 29 2023, 10:51 PM

LGTM - thanks very much.

This revision is now accepted and ready to land.Jan 29 2023, 10:51 PM
dcaballe accepted this revision.Jan 29 2023, 11:01 PM

Thanks a lot for the contribution!

The patch has two whitespace errors. Can you please fix these? I can land it otherwise.

git diff --check HEAD~
mlir/include/mlir/Dialect/Affine/IR/AffineOps.td:510: trailing whitespace.
+    
mlir/include/mlir/Dialect/Affine/IR/AffineOps.td:877: trailing whitespace.
+

The patch has two whitespace errors. Can you please fix these? I can land it otherwise.

git diff --check HEAD~
mlir/include/mlir/Dialect/Affine/IR/AffineOps.td:510: trailing whitespace.
+    
mlir/include/mlir/Dialect/Affine/IR/AffineOps.td:877: trailing whitespace.
+

ok, i will fix these tomorrow.

Fix two whitespace errors

bondhugula accepted this revision.Feb 1 2023, 3:28 AM
This revision was automatically updated to reflect the committed changes.