Results 4 issues of shobomaru

**Description** LLVM assertion failed. **Steps to Reproduce** `dxc -T cs_6_0 -spirv path/to/file.hlsl` HLSL code: ``` uint Get(uint a) { [branch] switch (a) { case 0: { uint d = a...

bug
spirv
needs-triage

**Description** DXC generates an invalid SPIR-V **Steps to Reproduce** `dxc -T cs_6_0 -spirv path/to/file.hlsl` HLSL code: ``` RWStructuredBuffer Out; [numthreads(1, 1, 1)] void main(uint id : SV_DispatchThreadID) { bool bar...

bug
spirv
needs-triage

**Description** LLVM assertion failed. **Steps to Reproduce** `dxc -T cs_6_0 -spirv path/to/file.hlsl` HLSL code: ``` RWSturcturedBuffer Out; [numthreads(1, 1, 1)] void main() { Out[0] = asuint(-1); } ``` If we...

bug
spirv
needs-triage

**Description** The HLSL code that compiles successfully in DXIL output mode results in a compilation error in SPIRV output mode. Maybe related to #6389 ? **Steps to Reproduce** `dxc -T...

bug
spirv
needs-triage