Pointer dialect Operations ptr.ptr_add (ptr::PtrAddOp) ptr.type_offset (ptr::TypeOffsetOp) Attributes GenericSpaceAttr SpecAttr Types PtrType Enums AtomicBinOp AtomicOrdering PtrAddFlags Operations source ptr.ptr_add (ptr::PtrAddOp) Pointer add operation Syntax: operation ::= `ptr.ptr_add` ($flags^)? $base `,` $offset attr-dict `:` type($base) `,` type($offset) The ptr_add operation adds an integer offset to a pointer to produce a new pointer. The input and output pointer types are always the...