SPIRV-Tools/include/spirv-tools
Steven Perron e4c7d8e748 Add strength reduction; for now replace multiply by power of 2
Create a new optimization pass, strength reduction, which will replace
integer multiplication by a constant power of 2 with an equivalent bit
shift.  More changes could be added later.

- Does not duplicate constants

- Adds vector |Concat| utility function to a common test header.
2017-09-18 17:01:36 -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
markv.h Added compression tool tools/spirv-markv. Work in progress. 2017-06-30 12:22:48 -04:00
optimizer.hpp Add strength reduction; for now replace multiply by power of 2 2017-09-18 17:01:36 -04:00