README: Add reference to SPIR-V size reduction white paper

This commit is contained in:
GregF 2017-08-24 16:36:53 -06:00 committed by David Neto
parent 0167758727
commit cdeb669541

View File

@ -97,7 +97,7 @@ Currently supported optimizations:
* Fold `OpSpecConstantOp` and `OpSpecConstantComposite`
* Unify constants
* Eliminate dead constant
* Code Reduction (Entry Point Functions)
* Code Reduction
* Inline all function calls exhaustively
* Convert local access chains to inserts/extracts
* Eliminate local load/store in single block
@ -112,6 +112,8 @@ Currently supported optimizations:
For the latest list with detailed documentation, please refer to
[`include/spirv-tools/optimizer.hpp`](include/spirv-tools/optimizer.hpp).
For suggestions on using the code reduction options, please refer to this [white paper](https://www.lunarg.com/shader-compiler-technologies/white-paper-spirv-opt/).
### Extras
* [Utility filters](#utility-filters)