Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strict validator mode #272

Open
llvm-beanz opened this issue Jul 8, 2024 · 0 comments
Open

Strict validator mode #272

llvm-beanz opened this issue Jul 8, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@llvm-beanz
Copy link
Collaborator

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.

@llvm-beanz llvm-beanz added enhancement New feature or request needs-triage labels Jul 8, 2024
@damyanp damyanp added this to the HLSL Backlog milestone Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Triaged
Development

No branches or pull requests

2 participants