mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2025-01-15 10:50:05 +00:00
620197bd65
This new pass adds some basic ingredients to a module on which future passes are likely to depend, such as boolean constants and some specfic integer and floating-point values. This is not a fuzzer pass in the true sense in that it does not employ randomization, but it makes sense to define it as a fuzzer pass since it is the first of a number of transformations passes that the fuzzer will run on a module. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
fuzz_test_util.cpp | ||
fuzz_test_util.h | ||
transformation_add_constant_boolean_test.cpp | ||
transformation_add_constant_scalar_test.cpp | ||
transformation_add_type_boolean_test.cpp | ||
transformation_add_type_float_test.cpp | ||
transformation_add_type_int_test.cpp | ||
transformation_move_block_down_test.cpp | ||
transformation_split_block_test.cpp |