Skip to content

Commit 3fca67d

Browse files
authored
Update PtrOps.td
1 parent f4a8eb2 commit 3fca67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Ptr/IR/PtrOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def Ptr_PtrDiffOp : Pointer_Op<"ptr_diff", [
426426
let description = [{
427427
The `ptr_diff` operation computes the difference between two pointers,
428428
returning an integer or index value representing the number of bytes
429-
between them. This difference is always computed using signed arithmetic.
429+
between them.
430430

431431
The operation supports both scalar and shaped types with value semantics:
432432
- When both operands are scalar: produces a single difference value

0 commit comments

Comments
 (0)