Skip to content

Commit 0848898

Browse files
authored
[mlir][docs][NFC] Fix typo in bufferization/transforms documentation (llvm#114313)
Fixes llvm#114202
1 parent 0698482 commit 0848898

File tree

1 file changed

+1
-1
lines changed
  • mlir/include/mlir/Dialect/Bufferization/Transforms

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ def EmptyTensorElimination : Pass<"eliminate-empty-tensors"> {
584584
```
585585
%0 = tensor.empty() : tensor<10xf32>
586586
%1 = linalg.fill ... outs(%0 : tensor<10xf32>)
587-
%2 = tensor.insert_slice %0 into %t ...
587+
%2 = tensor.insert_slice %1 into %t ...
588588
```
589589

590590
In the above example, the subset op is "tensor.insert_slice". When tracing

0 commit comments

Comments
 (0)