mlir-tv
mlir-tv copied to clipboard
MemRef should be able to point to a MemBlock with a negative offset.
A related issue: from1DIdx and to1DIdx are using urem/udiv, but this seems fishy
Related: LLVM's pointer can have a negative offset from the address of an allocation But it is not clear whether this should be supported in MemRef.