SPIRV-Tools/source/fuzz/protobufs
Antoni Karpiński 7b2dd11dda
spirv-fuzz: TransformationReplaceAddSubMulWithCarryingExtended (#3598)
Replaces OpIAdd with OpIAddCarry, OpISub with OpISubBorrow, OpIMul with
OpUMulExtended or OpSMulExtended and stores the result into a fresh_id
representing a structure. Extracts the first element of the result into
the original result_id. This value is the same as the result of the
original instruction.

Fixes #3577
2020-08-06 17:30:34 +01:00
..
spirvfuzz_protobufs.h spirv-fuzz: Add replay range option (#3535) 2020-07-15 12:13:23 +01:00
spvtoolsfuzz.proto spirv-fuzz: TransformationReplaceAddSubMulWithCarryingExtended (#3598) 2020-08-06 17:30:34 +01:00