SPIRV-Tools/include/spirv-tools
Steven Perron 5834719fc1 Add pass to remove dead variables at the module level.
There does not seem to be any pass that remove global variables.  I
think we could use one.  This pass will look specifically for global
variables that are not referenced and are not exported.  Any decoration
associated with the variable will also be removed.  However, this could
cause types or constants to become unreferenced.  They will not be
removed.  Another pass will have to be called to remove those.
2017-10-23 13:57:05 -04:00
..
libspirv.h Add support for SPV AMD extensions 2017-06-21 15:08:07 -04:00
libspirv.hpp Added option --preserve-numeric-ids to tools/spirv-as 2017-04-13 14:13:33 -04:00
linker.hpp Implement Linker (module combiner) 2017-10-06 18:33:53 -04:00
optimizer.hpp Add pass to remove dead variables at the module level. 2017-10-23 13:57:05 -04:00