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

spirv-fuzz: Pass OpUndef as parameter if a constant cannot be created #3977

Closed
afd opened this issue Oct 21, 2020 · 0 comments · Fixed by #3978
Closed

spirv-fuzz: Pass OpUndef as parameter if a constant cannot be created #3977

afd opened this issue Oct 21, 2020 · 0 comments · Fixed by #3978
Assignees
Labels
component:fuzzer Relates to the spirv-fuzz tool

Comments

@afd
Copy link
Contributor

afd commented Oct 21, 2020

When adding a function call we use irrelevant constants for parameters where possible. For types for which constants cannot be created we should use a global undef.

@afd afd added the component:fuzzer Relates to the spirv-fuzz tool label Oct 21, 2020
@afd afd self-assigned this Oct 21, 2020
afd added a commit to afd/SPIRV-Tools that referenced this issue Oct 21, 2020
@afd afd closed this as completed in #3978 Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:fuzzer Relates to the spirv-fuzz tool
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant