SPIRV-Tools/include/spirv-tools
Steven Perron 5d602abd66 Add global redundancy elimination
Adds a pass that looks for redundant instruction in a function, and
removes them.  The algorithm is a hash table based value numbering
algorithm that traverses the dominator tree.

This pass removes completely redundant instructions, not partially
redundant ones.
2017-12-07 18:35:38 -05:00
..
libspirv.h Add option to relax validation of store types. 2017-10-28 18:48:21 -04:00
libspirv.hpp Add option to relax validation of store types. 2017-10-28 18:48:21 -04:00
linker.hpp Adding an unique id to Instruction generated by IRContext 2017-11-20 17:49:10 -05:00
optimizer.hpp Add global redundancy elimination 2017-12-07 18:35:38 -05:00