SPIRV-Tools/tools/opt
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
..
opt.cpp Add global redundancy elimination 2017-12-07 18:35:38 -05:00