SPIRV-Tools/test/util
Steven Perron 2c0ce87210
Vector DCE (#1512)
Introduce a pass that does a DCE type analysis for vector elements
instead of the whole vector as a single element.

It will then rewrite instructions that are not used with something else.
For example, an instruction whose value are not used, even though it is
referenced, is replaced with an OpUndef.
2018-04-23 11:13:07 -04:00
..
bit_vector_test.cpp Vector DCE (#1512) 2018-04-23 11:13:07 -04:00
CMakeLists.txt Vector DCE (#1512) 2018-04-23 11:13:07 -04:00
ilist_test.cpp Re-format source tree - NFC. 2017-11-27 14:31:49 -05:00