| Issue |
75676
|
| Summary |
[HLSL] Add diagnostics for HLSL resource containers with invalid element types
|
| Labels |
HLSL
|
| Assignees |
bogner
|
| Reporter |
bogner
|
There's a specific closed set of types that are valid as element types for an HLSL resource, which includes int/uint of sizes 16/32/64, half, float, and double. If someone writes `RWBuffer<MyCustomType>` we should reject it and give the user a nice diagnostic.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs