commit | 6af866c58d21813fb243906611d02bb2a8ffa43a | [log] [tgz] |
---|---|---|
author | Chris Lattner <[email protected]> | Sat Jun 30 05:08:05 2018 |
committer | jpienaar <[email protected]> | Fri Mar 29 19:27:32 2019 |
tree | 08d3cd7dd82e4c3781b07c447ee9164ab0c8037c | |
parent | fdf7bc4e25a8f1f35aba0c32bb5cef9d7ea3c949 [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