KhronosGroup / KhronosGroup/SPIRV-Tools
spirv-fuzz: Add relaxed decoration to any suitable irrelevant id
Open
component:fuzzer
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 709
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 28
Description
We have a fuzzer pass FuzzerPassAddRelaxedDecorations that adds the Relaxed decoration to ids defined in dead blocks.
This could be extended to add the decoration to any id for which the "id is irrelevant" fact holds.
Contributor guide
Research direction
Start by reading the FuzzerPassAddRelaxedDecorations pass and how the “id is irrelevant” fact is represented. Extend the pass beyond ids defined in dead blocks, and verify that suitable irrelevant ids receive the Relaxed decoration without breaking the existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100