Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
memref dimensions should be i64 (#400)
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> ?
- Loading branch information