Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Fischer <greg@lunarg.com>2016-11-10 20:11:50 +0300
committerDavid Neto <dneto@google.com>2017-03-30 01:02:40 +0300
commit04fcc6674333914e9b8da9e4c103de638ef4c609 (patch)
tree984b63f7cb52cd89f4e88f2bb1227de1ee9aaf9f /README.md
parentb85997a1df2c050855837989d7c7aa73be8e3a9b (diff)
Add exhaustive function call inlining to spirv-opt
Inlining is done for all functions designated as entry points. Add optional validation to test fixture method SinglePassRunAndCheck.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 73c198a9b..d55f28fbe 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,7 @@ Currently supported optimizations:
* Fold `OpSpecConstantOp` and `OpSpecConstantComposite`
* Unify constants
* Eliminate dead constant
+* Inline all function calls in entry points
For the latest list with detailed documentation, please refer to
[`include/spirv-tools/optimizer.hpp`](include/spirv-tools/optimizer.hpp).