Minor reflow of FloorDivSIOp/CeilDivSIOp folder to limit the number of APInt API calls (NFC)
Cache the result of the comparison in boolean, and check early for 0 to leverage `(a < 0) == !(a > 0)`.
Loading
Please sign in to comment
Cache the result of the comparison in boolean, and check early for 0 to leverage `(a < 0) == !(a > 0)`.