SPIRV-Tools/test/reduce
Paul Thomson 71aa48f91d spirv-reduce: add OperandToUndefReductionPass (#2200)
* Add OperandToUndefReductionPass.

Fixes #2115.

Also added some tests that are similar to those in OperandToConstantReductionPassTest.

In addition, refactor FindOrCreateGlobalUndef into reduction_util.cpp. Fixes #2184.

Removed many documentation comments that were identical or very similar to the overridden function's documentation comment.
2018-12-19 13:25:56 +00:00
..
CMakeLists.txt spirv-reduce: add OperandToUndefReductionPass (#2200) 2018-12-19 13:25:56 +00: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
operand_to_undef_reduction_pass_test.cpp spirv-reduce: add OperandToUndefReductionPass (#2200) 2018-12-19 13:25:56 +00:00
reduce_test_util.cpp Validate during reduction (#2194) 2018-12-12 09:06:13 -05:00
reduce_test_util.h Validate during reduction (#2194) 2018-12-12 09:06:13 -05:00
reducer_test.cpp Validate during reduction (#2194) 2018-12-12 09:06:13 -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 Added test related to access chains, to be extended when issue 2183 is addressed. (#2192) 2018-12-12 09:06:54 -05:00
validation_during_reduction_test.cpp Validate during reduction (#2194) 2018-12-12 09:06:13 -05:00