Empty union in initialized with undef values in OG and with zeroinitializer in CIR #1272
Labels
IR difference
A difference in ClangIR-generated LLVM IR that could complicate reusing original CodeGen tests
There are some differences from the OG LLVM for unions for C++ code...
The empty union in initialized with
undef
values in OG and withzeroinitializer
in CIR:This is a difference - and soon or later we may want to fix it.
Originally posted by @gitoleg in #1257 (comment)
The text was updated successfully, but these errors were encountered: