commit | f958bbeb28d13e3159898dfd2d7dfe28f767b777 | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Fri Jun 29 22:08:05 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 12:27:32 2019 -0700 |
tree | 2d1d1c8f84ad47c9895367882d5eef3d6a1ea2a5 | |
parent | faf37dd36876cc367503d1192f7e5f90a3ab56c5 [diff] |
Enhance the type system to support arbitrary precision integers, which are important for low-bitwidth inference cases and hardware synthesis targets. Rename 'int' to 'affineint' to avoid confusion between "the integers" and "the int type". PiperOrigin-RevId: 202751508