Description
When compiling a simple load of a vector in SM6.9 DXC crashes when a status parameter is present. The same shader code compiles with earlier shader models, and also with scalar values.
Steps to Reproduce
// -T cs_6_9 -E main
ByteAddressBuffer Buf : register(t0);
[numthreads(32, 1, 1)]
void main(uint3 gtid : SV_GroupThreadID, uint gidx : SV_GroupIndex)
{
uint status;
uint2 vec2 = Buf.Load < uint2 > (0, status);
}
See https://godbolt.org/z/o6aob9M8z
Actual Behavior
Internal compiler error: LLVM Assert
Environment
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4