[Docs] Mismatched Yul optimizer steps lists #12081
Comments
Hey, I would Like to take up this issue |
Hi For: Add UnusedFunctionParamterPruner to the first list. The first list reference has
|
@mau211 it's 'p'. You can find it listed in the following file: solidity/libyul/optimiser/Suite.cpp Line 251 in b343e13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking at the list of Yul transformations in the documentation, I noticed a few slight differences between the list at https://docs.soliditylang.org/en/latest/yul.html#optimization-step-sequence and the list at https://docs.soliditylang.org/en/latest/internals/optimizer.html#optimizer-steps:
Reported by @acoglio
The text was updated successfully, but these errors were encountered: