YulStack: When Yul optimization is not requested, run Yul optimizer with a minimal sequence instead of disabling it

This commit is contained in:
Kamil Śliwak
2023-06-07 12:13:38 +02:00
parent dff774d82f
commit 25be38905f
5 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -103,8 +103,8 @@ struct OptimiserSettings
case OptimisationPreset::Minimal: return minimal();
case OptimisationPreset::Standard: return standard();
case OptimisationPreset::Full: return full();
default: solAssert(false, "");
}
util::unreachable();
}
bool operator==(OptimiserSettings const& _other) const