SPIRV-Tools/test/reduce
Hugues Evrard 4aeadc0199 Add RemoveOpNameInstruction reduction pass (#2187)
Add a spirv-reduce pass which removes OpName and OpMemberName instructions.

This is useful to enable other reduction passes, e.g. RemoveUnreferencedInstruction may not be able to remove an instruction creating an id whose only usage is an OpName for this id.
2018-12-10 11:53:31 -05:00
..
CMakeLists.txt Add RemoveOpNameInstruction reduction pass (#2187) 2018-12-10 11:53:31 -05:00
operand_to_constant_reduction_pass_test.cpp Initial commit for spirv-reduce. (#2056) 2018-11-21 14:03:09 -05:00
operand_to_dominating_id_reduction_pass_test.cpp New spirv-reduce reduction pass: operand to dominating id. (#2099) 2018-11-26 17:06:21 -05:00
reduce_test_util.cpp Replace loop with selection (#2164) 2018-12-07 12:44:46 -05:00
reduce_test_util.h Replace loop with selection (#2164) 2018-12-07 12:44:46 -05:00
reducer_test.cpp Add RemoveOpNameInstruction reduction pass (#2187) 2018-12-10 11:53:31 -05:00
remove_opname_instruction_reduction_pass_test.cpp Add RemoveOpNameInstruction reduction pass (#2187) 2018-12-10 11:53:31 -05:00
remove_unreferenced_instruction_reduction_pass_test.cpp Initial commit for spirv-reduce. (#2056) 2018-11-21 14:03:09 -05:00
structured_loop_to_selection_reduction_pass_test.cpp Replace loop with selection (#2164) 2018-12-07 12:44:46 -05:00