[all-commits] [llvm/llvm-project] 978c74: [mlir][NFC] Clean and Fix broken Affine documentation

Kohei Yamaguchi via All-commits all-commits at lists.llvm.org
Wed Feb 1 03:32:50 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 978c744b3774fb23c8d302f35d4bf994d090cee1
      https://github.com/llvm/llvm-project/commit/978c744b3774fb23c8d302f35d4bf994d090cee1
  Author: Kohei Yamaguchi <fix7211 at gmail.com>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M mlir/docs/Dialects/Affine.md
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td

  Log Message:
  -----------
  [mlir][NFC] Clean and Fix broken Affine documentation

- 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

Reviewed By: bondhugula, dcaballe

Differential Revision: https://reviews.llvm.org/D142858




More information about the All-commits mailing list