[all-commits] [llvm/llvm-project] b46e78: [mlir][NFC] Cleanup Passes documentation
Kohei Yamaguchi via All-commits
all-commits at lists.llvm.org
Mon Feb 27 07:36:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b46e78c7cb1147d60ca08f780194bedc09afbb1e
https://github.com/llvm/llvm-project/commit/b46e78c7cb1147d60ca08f780194bedc09afbb1e
Author: Kohei Yamaguchi <fix7211 at gmail.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M mlir/docs/Passes.md
M mlir/include/mlir/Conversion/Passes.td
M mlir/include/mlir/Dialect/MemRef/Transforms/Passes.td
M mlir/include/mlir/Transforms/Passes.td
Log Message:
-----------
[mlir][NFC] Cleanup Passes documentation
- Fix a place of NVGPU dialect's pass
- Move a summary of `-finalize-memref-to-llvm` into description
- Fix broken links
- Replace back-quote dialect headers with single-quote headers for
improved readability.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D142868
More information about the All-commits
mailing list