KhronosGroup / KhronosGroup/SPIRV-Tools
spirv-fuzz: Transformation to inline pointer parameters
Open
component:fuzzer
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 709
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 28
Description
We can replace a pointer parameter with its scalar pointee if the parameter is not being written into.
Contributor guide
Research direction
The issue names a spirv-fuzz transformation but provides no source file, test, or entry point. Locate existing spirv-fuzz transformations involving function parameters, then determine how the stated replacement should be represented and tested; done means the transformation applies only when the pointer parameter is not written into.
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