ConvertTypeForMem doesn't return wider type for _BitInt unless it is
used in a bitfield, so no need to extend when trying to initialize a
global variable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
clang/test/CodeGen/ext-int.c | ||
---|---|---|
8 | Interesting, it looks like true and false are valid for i1 all the time. |
Interesting, it looks like true and false are valid for i1 all the time.