SPIRV-Tools/tools/fuzz
Alastair Donaldson 9e17b9d07a
spirv-fuzz: Return IR and transformation context after replay ()
Before this change, the replayer would return a SPIR-V binary. This
did not allow further transforming the resulting module: it would need
to be re-parsed, and the transformation context arising from the
replayed transformations was not available. This change makes it so
that after replay an IR context and transformation context are
returned instead; the IR context can subsequently be turned into a
binary if desired.

This change paves the way for an upcoming PR to integrate spirv-reduce
with the spirv-fuzz shrinker.
2020-09-25 09:58:10 +01:00
..
fuzz.cpp spirv-fuzz: Return IR and transformation context after replay () 2020-09-25 09:58:10 +01:00