SPIRV-Tools/test/reduce
Alastair Donaldson 3b13040cf9 New spirv-reduce reduction pass: operand to dominating id. (#2099)
* Added a reduction pass to replace ids with ids of the same type that dominate them.
* Introduce helper method for querying whether an operand type is an input id.
2018-11-26 17:06:21 -05:00
..
CMakeLists.txt New spirv-reduce reduction pass: operand to dominating id. (#2099) 2018-11-26 17:06:21 -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 Initial commit for spirv-reduce. (#2056) 2018-11-21 14:03:09 -05:00
reduce_test_util.h Initial commit for spirv-reduce. (#2056) 2018-11-21 14:03:09 -05:00
reducer_test.cpp Initial commit for spirv-reduce. (#2056) 2018-11-21 14:03:09 -05:00
remove_unreferenced_instruction_reduction_pass_test.cpp Initial commit for spirv-reduce. (#2056) 2018-11-21 14:03:09 -05:00