https://github.com/redstar commented:

Sorry, I left some more comments.
In addition, there is no test involving a union. That is especially interesting 
for the complex-like structures. E.g.
```
union Float2 {
  float a;
  float b;
};

struct Elem {
  float a;
  Float2 b;
};

Elem calc(Elem);
```
A test case involving vector types is also missing.

https://github.com/llvm/llvm-project/pull/91384
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to