mlir-tv icon indicating copy to clipboard operation
mlir-tv copied to clipboard

MemRef should be able to point to a MemBlock with a negative offset.

Open makesource opened this issue 4 years ago • 2 comments

makesource avatar Aug 10 '21 01:08 makesource

A related issue: from1DIdx and to1DIdx are using urem/udiv, but this seems fishy

aqjune avatar Aug 22 '21 10:08 aqjune

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.

aqjune avatar Dec 06 '21 11:12 aqjune