[MathExtras] Fix UB in minIntN
We negated a value with a signed type which invited problems when that value was the most negative signed number. Use an unsigned type for the value instead. It will compute the same twos complement result without the UB. llvm-svn: 275815
Loading
Please register or sign in to comment