mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-29 06:21:06 +00:00
2c0ce87210
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. |
||
---|---|---|
.. | ||
bit_vector_test.cpp | ||
CMakeLists.txt | ||
ilist_test.cpp |