mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
added optimization. shl comes out from being distributed over and
This commit is contained in:
@@ -16,6 +16,6 @@ contract c {
|
||||
}
|
||||
// ----
|
||||
// test1() -> true
|
||||
// gas irOptimized: 207928
|
||||
// gas irOptimized: 206428
|
||||
// gas legacy: 254905
|
||||
// gas legacyOptimized: 247415
|
||||
|
||||
Reference in New Issue
Block a user