d0274f412a
Negation of values such as -9223372036854775808 can't be represented in signed equivalents (such as long long), leading to signed overflow. Therefore, we can just invert bits and add 1 to perform this behavior with unsigned arithmetic. |
||
---|---|---|
.. | ||
backend_x64 | ||
common | ||
frontend | ||
ir_opt | ||
CMakeLists.txt |