[PATCH][AARCH64] Fix for PR94121

2020-03-10 Thread lizekun (A)
Hi, This is a fix tring to solve PR94121. The ICE appears when generating an add insn with the offset. If the offset is negative, function aarch64_add_offset_1 in aarch64.c will take its absolute value. With this fix, offset does not take absolute value if it equals to the minimum value of mac

[PATCH][AARCH64] Fix for PR94121

2020-03-10 Thread lizekun (A)
Hi, This is a fix tring to solve PR94121. The ICE appears when generating an add insn with the offset. If the offset is negative, function aarch64_add_offset_1 in aarch64.c will take its absolute value. With this fix, offset does not take absolute value if it equals to the minimum value of mac