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
@@ -16,6 +16,6 @@ contract c {
}
// ----
// test1() -> true
// gas irOptimized: 207928
// gas irOptimized: 206428
// gas legacy: 254905
// gas legacyOptimized: 247415