[all-commits] [llvm/llvm-project] 77b18f: [MLIR][Bufferization] Improve documentation of int...
Rik Huijzer via All-commits
all-commits at lists.llvm.org
Fri Jun 2 02:47:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77b18ff5cf1cb6d0f010bc4ee1e5b9273cf912bc
https://github.com/llvm/llvm-project/commit/77b18ff5cf1cb6d0f010bc4ee1e5b9273cf912bc
Author: rikhuijzer <rikhuijzer at pm.me>
Date: 2023-06-02 (Fri, 02 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizationBase.td
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
Log Message:
-----------
[MLIR][Bufferization] Improve documentation of introduction and `summary`s
This patch suggests to add a sentence in the introduction which clarifies
the aim of the dialect in one sentence. I hope that I understood it correctly.
For the `summary` fields, I have scrolled through the Bufferization page
(<https://mlir.llvm.org/docs/Bufferization>) and added missing summaries
or standardized existing ones to make the summaries easier to read.
Reviewed By: springerm
Differential Revision: https://reviews.llvm.org/D151829
More information about the All-commits
mailing list