Is your feature request related to a problem? Please describe.
There are a couple of rules that aren't validated in DxilValidaiton.cpp, that should be:
For Thread launch, no compute shader system values are supported. For Coalescing launch, SV_GroupThreadID and SV_GroupIndex are supported. For Broadcasting launch, all compute shader system values are supported.
Describe the solution you'd like
We need to implement DxilValidation coverage of these rules. After that, we can solve #5827