cor3ntin wrote:

We should test something like that

```cpp

struct S {
S();
};


S s;
const S s
```

Here.
The IR should should that s is zero initialized (before calling S::S())






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

Reply via email to