KhronosGroup / KhronosGroup/SPIRV-Tools

spirv-fuzz: Add relaxed decoration to any suitable irrelevant id

Open
#3,594 0 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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.