clangir icon indicating copy to clipboard operation
clangir copied to clipboard

Use readable representation for char types

Open sitio-couto opened this issue 1 year ago • 0 comments

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.

sitio-couto avatar May 24 '23 22:05 sitio-couto