diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 366807e3e..26af62f97 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -62,7 +62,9 @@ Options: --unify-const Remove the duplicated constants. --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 Replace decoration groups with repeated OpDecorate and OpMemberDecorate instructions.