second-state/SOLL

Invalid operands to binary expression ('uint256' and 'bool') when compiling Uniswap YUL

eee4017 opened this issue · 1 comments

When we try to compile UniswapV3Pool.yul, soll failed to convert uint256 and bool in the following statement.

var_z_6542 := add(div(var_x_6537, var_y_6539), gt(mod(var_x_6537, var_y_6539), 0))

Solved in #114