SPIRV-Tools/source/link
Steven Perron e8f2890c30 Replace calls to ToNop by KillInst.
Calling `ToNop` leaves around instructions that are pointless.  In
general it is better to remove the instruction completely.  That way
other optimizations will not need to look at them.

Fixes https://github.com/KhronosGroup/SPIRV-Tools/issues/1003.
2018-01-04 11:03:04 -05:00
..
CMakeLists.txt Test for pollution of the global namespace 2017-11-23 21:27:21 -05:00
linker.cpp Replace calls to ToNop by KillInst. 2018-01-04 11:03:04 -05:00