SPIRV-Tools/test/reduce
alan-baker b334829a91 Validate nested constructs (#3068)
* Validate that if a construct contains a header and it's merge is
reachable, the construct also contains the merge
* updated block merging to not merge into the continue
* update inlining to mark the original block of a single block loop as
the continue
* updated some tests
* remove dead code
* rename kBlockTypeHeader to kBlockTypeSelection for clarity
2019-11-27 16:45:57 -05:00
..
CMakeLists.txt reduce: improve remove unref instr pass (#2945) 2019-10-08 13:02:34 +01:00
conditional_branch_to_simple_conditional_branch_test.cpp reduce: Add two branch reduction passes (#2507) 2019-04-15 19:54:36 +01:00
merge_blocks_test.cpp reduce: miscellaneous fixes (#2494) 2019-04-08 19:37:17 +01:00
operand_to_constant_test.cpp reduce: miscellaneous fixes (#2494) 2019-04-08 19:37:17 +01:00
operand_to_dominating_id_test.cpp reduce: miscellaneous fixes (#2494) 2019-04-08 19:37:17 +01:00
operand_to_undef_test.cpp reduce: miscellaneous fixes (#2494) 2019-04-08 19:37:17 +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 Validate nested constructs (#3068) 2019-11-27 16:45:57 -05:00
remove_block_test.cpp reduce: miscellaneous fixes (#2494) 2019-04-08 19:37:17 +01:00
remove_function_test.cpp reduce: miscellaneous fixes (#2494) 2019-04-08 19:37:17 +01:00
remove_selection_test.cpp reduce: miscellaneous fixes (#2494) 2019-04-08 19:37:17 +01:00
remove_unreferenced_instruction_test.cpp reduce: improve remove unref instr pass (#2945) 2019-10-08 13:02:34 +01:00
simple_conditional_branch_to_branch_test.cpp reduce: Add two branch reduction passes (#2507) 2019-04-15 19:54:36 +01:00
structured_loop_to_selection_test.cpp reduce: miscellaneous fixes (#2494) 2019-04-08 19:37:17 +01:00
validation_during_reduction_test.cpp Validate nested constructs (#3068) 2019-11-27 16:45:57 -05:00