Skip to content

Commit 4488aaf

Browse files
author
git apple-llvm automerger
committed
Merge commit '4cc9af219fbe' from llvm.org/main into next
2 parents 4ecd78e + 4cc9af2 commit 4488aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def Bufferization_ToTensorOp : Bufferization_Op<"to_tensor", [
401401
SameOperandsAndResultElementType,
402402
Bufferization_TensorAndBufferMatch<"result", "buffer">
403403
]> {
404-
let summary = "create a buffer-like type from a tensor-like type";
404+
let summary = "create a tensor-like type from a buffer-like type";
405405
let description = [{
406406
An operation that creates a tensor from a buffer. The result value is a
407407
tensor-like type that must match the corresponding buffer-like operand as

0 commit comments

Comments
 (0)