Merge pull request #13076 from PrajwalBorkar/develop

Updated broken link for Yul optimizations
This commit is contained in:
Kamil Śliwak 2022-05-31 16:25:14 +02:00 committed by GitHub
commit baf56aff40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -330,7 +330,7 @@ the ``--yul-optimizations`` option:
The sequence inside ``[...]`` will be applied multiple times in a loop until the Yul code
remains unchanged or until the maximum number of rounds (currently 12) has been reached.
Available abbreviations are listed in the `Yul optimizer docs <yul.rst#optimization-step-sequence>`_.
Available abbreviations are listed in the :ref:`Yul optimizer docs <optimization-step-sequence>`.
Preprocessing
-------------

View File

@ -1238,6 +1238,8 @@ and optionally specify the :ref:`expected number of contract executions <optimiz
In Solidity mode, the Yul optimizer is activated together with the regular optimizer.
.. _optimization-step-sequence:
Optimization Step Sequence
--------------------------