SPIRV-Tools/source/fuzz/protobufs
Stefano Milizia 67525bded1
spirv-fuzz: Create synonym of int constant using a loop (#3790)
This transformation, given a constant integer (scalar or vector) C,
constants I and S of compatible type and scalar 32-bit integer constant
N, such that C = I - S*N, adds a loop which subtracts S from I, N
times, creating a synonym for C.

The related fuzzer pass randomly chooses constants to which to add
synonyms using this transformation, and the location where they should
be added.

Fixes #3616.
2020-09-23 14:10:02 +01:00
..
spirvfuzz_protobufs.h Improve spirv-fuzz CMake code (#3781) 2020-09-09 09:56:32 +01:00
spvtoolsfuzz.proto spirv-fuzz: Create synonym of int constant using a loop (#3790) 2020-09-23 14:10:02 +01:00