You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add "break" and "continue" with the usual semantics to Yul. This needs some changes (and further tests) in the following optimizer steps (might not be exhaustive):
Trivial:
ASTCopier (et al.)
ASTWalker (et al.)
DataFlowAnalyzer
RedundantAssignEliminator
The structural simplifier could need some additional rules (remove dead code after unconditional "continue" or "break"), but these might be added later.