forked from M-Labs/nac3
David Mak
536ed2146c
build_int_cast performs signed extension or truncation depending on the source and target int lengths. This is usually not what we want - We want zero-extension instead. Replace all instances of build_int_cast with build_int_z_extend_or_bit_cast to fix this issue. |
||
---|---|---|
.. | ||
codegen | ||
toplevel | ||
typecheck | ||
lib.rs | ||
symbol_resolver.rs |