Closed tutugordillo closed 1 year ago
Add the follwing rule: and(shl(X, Y), shl(X, Z)) => shl(X, and(Y, Z))
it is included in solc 0.8.18 (https://github.com/ethereum/solidity/releases)
closed by commit af72b5e
Add the follwing rule: and(shl(X, Y), shl(X, Z)) => shl(X, and(Y, Z))
it is included in solc 0.8.18 (https://github.com/ethereum/solidity/releases)