added optimization. shl comes out from being distributed over and

This commit is contained in:
nishant-sachdeva
2022-11-11 01:16:14 +05:30
parent c72645327e
commit efbd3666a7
36 changed files with 94 additions and 47 deletions
@@ -24,6 +24,6 @@ contract C {
// ----
// library: L
// f() -> 8, 7, 1, 2, 7, 12
// gas irOptimized: 166525
// gas irOptimized: 166513
// gas legacy: 169347
// gas legacyOptimized: 167269