Files
carbon-lang/toolchain/lower
Richard Smith 06d9813821 Fix lowering of 8 and 9. (#3200)
IntegerLiterals are not signed, so get the zero-extended value rather
than the sign-extended value. Sometimes we use the high bit of the
`APInt`, though currently this only happens for the literals 8 and 9 due
to the way we convert decimal integers to binary.
2023-09-06 21:30:29 +00:00
..
2023-09-06 21:30:29 +00:00
2023-09-01 19:34:11 +00:00
2023-09-06 21:30:29 +00:00