KhronosGroup / KhronosGroup/SPIRV-Tools
spirv-fuzz: Permute more instructions
Open
component:fuzzer
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 709
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 28
Description
`TransformationMoveInstructionDown` only supports 'simple' instructions that don't work with memory (e.g. `OpIAdd`, `OpFMul` etc). We should be able to extend its support for memory-related instructions too.
Contributor guide
Research direction
Start by locating TransformationMoveInstructionDown and inspect how it handles simple instructions and excludes memory-related instructions. Extend the supported instruction cases and add or update coverage so the transformation works correctly for memory-related instructions.
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
- 42/100