| Issue | 183788 |
|---|---|
| Summary | [HLSL] Compiler crashes when cbuffer contains an array of empty structs |
| Labels | HLSL |
| Assignees | hekota |
| Reporter | hekota |
Compiler crashes when cbuffer contains an array of empty structs:
```
struct A {
};
cbuffer CB {
A a[2];
}
[numthreads(4,4,4)]
void main() {
}
```
https://godbolt.org/z/xbzEjEodc
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
