Merge pull request #11717 from jaa2/develop

Handle --optimize-runs option in assembly mode
This commit is contained in:
Harikrishnan Mulackal
2021-07-29 18:56:22 +02:00
committed by GitHub
12 changed files with 88 additions and 5 deletions
+2
View File
@@ -49,6 +49,8 @@ differences, for example, functions may be inlined, combined, or rewritten to el
redundancies, etc. (compare the output between the flags ``--ir`` and
``--optimize --ir-optimized``).
.. _optimizer-parameter-runs:
Optimizer Parameter Runs
========================