We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a8eb2 commit 3fca67dCopy full SHA for 3fca67d
mlir/include/mlir/Dialect/Ptr/IR/PtrOps.td
@@ -426,7 +426,7 @@ def Ptr_PtrDiffOp : Pointer_Op<"ptr_diff", [
426
let description = [{
427
The `ptr_diff` operation computes the difference between two pointers,
428
returning an integer or index value representing the number of bytes
429
- between them. This difference is always computed using signed arithmetic.
+ between them.
430
431
The operation supports both scalar and shaped types with value semantics:
432
- When both operands are scalar: produces a single difference value
0 commit comments