Files
solidity/libyul/optimiser
Martin Blicha 29041c8101 Remove ReasoningBasedSimplifier from libyul
Due to a design decision to move away from a bundled SMT solver,
ReasoningBasedSimplifier in its current form cannot be use any longer.
This is a necessary step to allow a unified way to call solvers using
only SMTLIB interface.

Since this optimization pass has always been marked as highly
experimental and never turned on by default, it should be OK to remove
it.
2023-06-28 14:38:36 +02:00
..
2021-06-07 12:53:18 -04:00
2022-11-09 16:57:46 +01:00
2020-12-18 11:55:17 +00:00
2020-11-25 17:58:02 +00:00
2020-11-25 17:58:02 +00:00
2020-11-25 17:58:02 +00:00
2020-11-25 17:58:02 +00:00
2020-11-25 17:58:02 +00:00
2022-05-23 13:37:50 +02:00
2020-09-17 22:13:27 +02:00
2020-11-25 17:58:02 +00:00
2020-11-25 17:58:02 +00:00
2021-04-22 11:42:42 +02:00
2020-11-25 17:58:02 +00:00
2020-11-25 17:58:02 +00:00
2020-11-25 17:58:02 +00:00
2020-11-25 17:58:02 +00:00
2020-11-25 17:58:02 +00:00
2020-11-25 17:58:02 +00:00
2020-11-25 17:58:02 +00:00
2020-11-25 17:58:02 +00:00
2020-11-25 17:58:02 +00:00

Yul-Based Optimizer

The documentation of the Yul-based optimizer module has been moved to the official Solidity documentation.

Please refer to the optimizer documentation for a description of all optimization stages and how to use the optimizer and to the Yul documentation for more information on the optimization step sequence and a list of abbreviations for each step.