clangir
clangir copied to clipboard
Use readable representation for char types
Basically decide whether char types should be represented using an alias (!schar = !cir.int<s, 8>
) or a custom type.
It should be taken into consideration that we want to differentiate between char (char
) types and built-in C99 types (int8_t
) in the IR.