[Mlir-commits] [mlir] e87c2bd - [mlir] NFC use the correct markdown header in BufferizationTransformOps.td
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Jan 2 05:14:44 PST 2023
Author: Oleksandr "Alex" Zinenko
Date: 2023-01-02T14:14:40+01:00
New Revision: e87c2bd330d91bc1fcfe7e44d6f62d873b88c5fb
URL: https://github.com/llvm/llvm-project/commit/e87c2bd330d91bc1fcfe7e44d6f62d873b88c5fb
DIFF: https://github.com/llvm/llvm-project/commit/e87c2bd330d91bc1fcfe7e44d6f62d873b88c5fb.diff
LOG: [mlir] NFC use the correct markdown header in BufferizationTransformOps.td
Added:
Modified:
mlir/include/mlir/Dialect/Bufferization/TransformOps/BufferizationTransformOps.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/Bufferization/TransformOps/BufferizationTransformOps.td b/mlir/include/mlir/Dialect/Bufferization/TransformOps/BufferizationTransformOps.td
index 1e7e3f98c07a9..ef2903d1f47c1 100644
--- a/mlir/include/mlir/Dialect/Bufferization/TransformOps/BufferizationTransformOps.td
+++ b/mlir/include/mlir/Dialect/Bufferization/TransformOps/BufferizationTransformOps.td
@@ -78,7 +78,7 @@ def EmptyTensorToAllocTensorOp
let description = [{
Replace a tensor.empty with a bufferization.tensor_alloc.
- ### Return modes
+ #### Return modes
This operation consumes the `target` handle and produces the `transformed`
handle. `target` is expected to be a `tensor.empty` operation. The transform
More information about the Mlir-commits
mailing list