You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support the type `bool` and the literals `true` and `false`.
Add the type `cir::BoolType` and the attribute `cir::BoolAttr` to
ClangIR. Add code in all the necessary places in ClangIR CodeGen
to handle and to recognize the type and the attribute.
Add test cases to existing tests func-simple.cpp and
global-var-simple.cpp.
0 commit comments