Nikita Popov 3bba53854a [AsmWriter] Use unsigned char more consistently
On platforms where char is signed, the ">> 4" shift will produce
incorrect results. We were already working on unsigned char for
most characters, but not for the first one.

Fixes https://github.com/llvm/llvm-project/issues/74732.
2023-12-08 16:28:23 +01:00
..
2023-11-01 10:46:31 +01:00