You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Generally we can't make the validator more restrictive for older versions, but perhaps we can add an opt-in -strict option to force validation to check extra cases. This would be useful in Clang for allowing us to test the code generator under a stricter validation mode even with older shader model targets.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The DXIL validator misses some cases of obviously wrong IR generation (see: microsoft/DirectXShaderCompiler#3706, and other issues tagged validation.
Describe the solution you'd like
Generally we can't make the validator more restrictive for older versions, but perhaps we can add an opt-in
-strict
option to force validation to check extra cases. This would be useful in Clang for allowing us to test the code generator under a stricter validation mode even with older shader model targets.The text was updated successfully, but these errors were encountered: