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 fe22487 commit afac5f4Copy full SHA for afac5f4
mlir/include/mlir/Dialect/Ptr/IR/PtrOps.td
@@ -31,7 +31,7 @@ def Ptr_FromPtrOp : Pointer_Op<"from_ptr", [
31
important to note that:
32
- The ptr-like object cannot be a `!ptr.ptr`.
33
- The memory-space of both the `ptr` and ptr-like object must match.
34
- - The cast is side-effect free.
+ - The cast is Pure (no UB and side-effect free).
35
36
If the ptr-like object type has metadata, then the operation expects the
37
metadata as an argument or expects that the flag `trivial_metadata` is set.
0 commit comments