Closed edg-l closed 10 months ago
If you make a memref type with i64::MAX - 1 you will see the output shows memref<-1xTYPE>
also the pointer in mlir-sys is a *i64
By the way, do you know how to make a memref like memref<?xTYPE> ?
Thank you for the change!
By the way, do you know how to make a memref like memref<?xTYPE>?
memref<?xTYPE>
Try i64::MIN after the change?
i64::MIN
If you make a memref type with i64::MAX - 1 you will see the output shows memref<-1xTYPE>
also the pointer in mlir-sys is a *i64
By the way, do you know how to make a memref like memref<?xTYPE> ?