Previously the check to just return MAX or MIN used the caclulated
number being the maximum absolute value. This was right in every case
except for an unsigned conversion being passed its maximum value with a
negative sign on the front. This should return -MAX, but was returning
just MAX.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo