================
@@ -11,8 +11,8 @@ typedef struct {
     int c : 17;
 } S;
 
-// CIR:  !rec_S = !cir.struct<"S" {bitfield !u32i}>
-// LLVM: %struct.S = type { i32 }
+// CIR:  !rec_S = !cir.struct<"S" {bitfield !u32i, bitfield 
!cir.array<!cir.array<!u8i x 2> x 0>}>
----------------
erichkeane wrote:

This one is weird, isn't it? Why array-of-array-of-u8s?

https://github.com/llvm/llvm-project/pull/220069
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to