[mlir] Allow shape dimensions larger than 2^32
Internally we use int64_t to hold shapes, but for some reason the parser was limiting shapes to unsigned. This change updates the parser to properly handle int64_t shape dimensions. Differential Revision: https://reviews.llvm.org/D115086
Loading
Please sign in to comment