Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci][Bugfix] Allow constant folding of 0U - 0U (apache#10535)
A check for unsigned integer overflow would throw an error if it encountered 0U - 0U. apache#10484, which introduced the check, and apache#9727, which introduced this edge case, were in CI at the same time, and each was tested against a merge candidate that did not include the other. The unittest failure only occurred when both PRs were merged.
- Loading branch information