diff options
author | River Riddle <riddleriver@gmail.com> | 2021-12-04 01:09:30 +0000 |
---|---|---|
committer | River Riddle <riddleriver@gmail.com> | 2021-12-04 01:29:50 +0000 |
commit | 71699961592b4f581b65b7671cb5cd1ea0a230f3 (patch) | |
tree | f12fa4e6fc1b47df0037694ff3afe2577e9e7d32 /llvm/lib/CodeGen/MachineTraceMetrics.cpp | |
parent | ecf458507e03b16077dba66ba1e5f873d4adfa23 (diff) | |
download | llvm-71699961592b4f581b65b7671cb5cd1ea0a230f3.zip llvm-71699961592b4f581b65b7671cb5cd1ea0a230f3.tar.gz llvm-71699961592b4f581b65b7671cb5cd1ea0a230f3.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/CodeGen/MachineTraceMetrics.cpp')
0 files changed, 0 insertions, 0 deletions