mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2025-01-16 11:04:12 +00:00
9e17b9d07a
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. |
||
---|---|---|
.. | ||
fuzz.cpp |