Fix PR47973: Addressing integer division edge case with INT_MIN

Adjustment to integer division in int_div_impl.inc to avoid undefined behaviour that can occur as a result of having INT_MIN as one of the parameters.

Reviewed By: sepavloff

Differential Revision: https://reviews.llvm.org/D90218

GitOrigin-RevId: 55ec2ba4bc36a0aa4c1d0bfddde312a120b05f1a
1 file changed