Fix link to the optimizer step sequence in optimizer.rst

This commit is contained in:
Prajwal Borkar 2022-05-28 16:22:49 +05:30 committed by Kamil Śliwak
parent 96398ee3ee
commit 6061219641
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 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. 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 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. In Solidity mode, the Yul optimizer is activated together with the regular optimizer.
.. _optimization-step-sequence:
Optimization Step Sequence Optimization Step Sequence
-------------------------- --------------------------