KhronosGroup / KhronosGroup/SPIRV-Tools

spirv-fuzz: Permute more instructions

Open
#3,605 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.