SPIRV-Tools/test/reduce
Alastair Donaldson 5dcb576b69
spirv-reduce: Support reducing a specific function (#3774)
Motivated by integrating spirv-reduce into spirv-fuzz, so that an
added function can be made smaller during shrinking, this adds support
in spirv-reduce for asking reduction to be restricted to the
instructions of a single specified function.
2020-09-11 06:29:43 +01:00
..
CMakeLists.txt spirv-reduce: Remove unused struct members (#3329) 2020-05-14 15:36:38 +01:00
conditional_branch_to_simple_conditional_branch_test.cpp spirv-reduce: Support reducing a specific function (#3774) 2020-09-11 06:29:43 +01:00
merge_blocks_test.cpp spirv-reduce: Support reducing a specific function (#3774) 2020-09-11 06:29:43 +01:00
operand_to_constant_test.cpp spirv-reduce: Support reducing a specific function (#3774) 2020-09-11 06:29:43 +01:00
operand_to_dominating_id_test.cpp spirv-reduce: Support reducing a specific function (#3774) 2020-09-11 06:29:43 +01:00
operand_to_undef_test.cpp spirv-reduce: Support reducing a specific function (#3774) 2020-09-11 06:29:43 +01:00
reduce_test_util.cpp reduce: miscellaneous fixes (#2494) 2019-04-08 19:37:17 +01:00
reduce_test_util.h reduce: miscellaneous fixes (#2494) 2019-04-08 19:37:17 +01:00
reducer_test.cpp spirv-reduce: Support reducing a specific function (#3774) 2020-09-11 06:29:43 +01:00
remove_block_test.cpp spirv-reduce: Support reducing a specific function (#3774) 2020-09-11 06:29:43 +01:00
remove_function_test.cpp spirv-reduce: Support reducing a specific function (#3774) 2020-09-11 06:29:43 +01:00
remove_selection_test.cpp spirv-reduce: Support reducing a specific function (#3774) 2020-09-11 06:29:43 +01:00
remove_unused_instruction_test.cpp spirv-reduce: Support reducing a specific function (#3774) 2020-09-11 06:29:43 +01:00
remove_unused_struct_member_test.cpp spirv-reduce: Support reducing a specific function (#3774) 2020-09-11 06:29:43 +01:00
simple_conditional_branch_to_branch_test.cpp spirv-reduce: Support reducing a specific function (#3774) 2020-09-11 06:29:43 +01:00
structured_loop_to_selection_test.cpp spirv-reduce: Support reducing a specific function (#3774) 2020-09-11 06:29:43 +01:00
validation_during_reduction_test.cpp spirv-reduce: Support reducing a specific function (#3774) 2020-09-11 06:29:43 +01:00