On Mon Nov 20 12:21:50 2023 +0000, Giovanni Mascellani wrote:
Yes I think pointers to structs do not occur in DXIL, so I deleted
that check. In that case you probably also want to replace `sm6_type_is_aggregate()` with a check only on vectors and arrays, don't you?
No it needs to be `sm6_type_is_array()`.