OSDN Git Service

Update the maximum integer bitwidth in MLIR.
authorAndrew Lenharth <andrew@lenharth.org>
Tue, 5 Jan 2021 21:15:45 +0000 (15:15 -0600)
committerAndrew Lenharth <andrew@lenharth.org>
Fri, 8 Jan 2021 23:28:24 +0000 (17:28 -0600)
commitbc8acf2ce8ad6e8c9b1d97b2e02d3f4ad26e1d9d
treea249233cd195e63a9b5425bf784eb48e3dc6f99c
parent2bf6e443e54604c7818c4d1a1837f3d091023270
Update the maximum integer bitwidth in MLIR.

Large integers are generated in Circt commonly which exceed 4kbits.  This aligns the maximum bitwidth in MLIR and LLVM.

Reviewed By: rriddle, lattner, mehdi_amini

Differential Revision: https://reviews.llvm.org/D94116
mlir/include/mlir/IR/BuiltinTypes.h
mlir/test/IR/invalid-ops.mlir