mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-27 18:30:14 +00:00
Inline: Fix inliner description in usage message to reflect exceptions.
This commit is contained in:
parent
a107d349e3
commit
d870dbe6a9
@ -62,7 +62,9 @@ Options:
|
|||||||
--unify-const
|
--unify-const
|
||||||
Remove the duplicated constants.
|
Remove the duplicated constants.
|
||||||
--inline-entry-points-all
|
--inline-entry-points-all
|
||||||
Exhaustively inline all function calls in entry points
|
Exhaustively inline all function calls in entry point functions.
|
||||||
|
Currently does not inline calls to functions with multiple
|
||||||
|
returns.
|
||||||
--flatten-decorations
|
--flatten-decorations
|
||||||
Replace decoration groups with repeated OpDecorate and
|
Replace decoration groups with repeated OpDecorate and
|
||||||
OpMemberDecorate instructions.
|
OpMemberDecorate instructions.
|
||||||
|
Loading…
Reference in New Issue
Block a user