diff options
author | Ian Romanick <[email protected]> | 2016-09-01 15:21:04 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2017-01-20 15:41:23 -0800 |
commit | 3460d05a718f3859a77fe100f3972095d194be26 (patch) | |
tree | 0367cda6b97e8afd4ef5a23a1bf88381e9e356fd /.mailmap | |
parent | 3ca0029a0dc7b2ed2c61de72ef16e7ad1831c101 (diff) |
nir: Add 64-bit integer support for conversions and bitcasts
v2 (idr): "cut them down later" => Remove ir_unop_b2u64 and
ir_unop_u642b. Handle these with extra i2u or u2i casts just like
uint(bool) and bool(uint) conversion is done.
v3 (idr): Make the "from" type in a cast unsized. This reduces the
number of required cast operations at the expensive slightly more
complex code. However, this will be a dramatic improvement when other
sized integer types are added. Suggested by Connor.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Connor Abbott <[email protected]>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions