Issue 128063
Summary [HLSL] Semantic matching not case insensitive
Labels HLSL
Assignees
Reporter llvm-beanz
    The HLSL semantic parsing for system values seems to not be correctly case insensitive. The following code fails to compile with Clang, but compiles fine with DXC.

```hlsl
[numthreads(1,1,1)]
void main(uint I : SV_DispatchThreadId) {}
```
[CE](https://godbolt.org/z/sjKGf8sKr)
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to