[all-commits] [llvm/llvm-project] bc8acf: Update the maximum integer bitwidth in MLIR.
Andrew Lenharth via All-commits
all-commits at lists.llvm.org
Fri Jan 8 15:33:08 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bc8acf2ce8ad6e8c9b1d97b2e02d3f4ad26e1d9d
https://github.com/llvm/llvm-project/commit/bc8acf2ce8ad6e8c9b1d97b2e02d3f4ad26e1d9d
Author: Andrew Lenharth <andrew at lenharth.org>
Date: 2021-01-08 (Fri, 08 Jan 2021)
Changed paths:
M mlir/include/mlir/IR/BuiltinTypes.h
M mlir/test/IR/invalid-ops.mlir
Log Message:
-----------
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
More information about the All-commits
mailing list