Re: [AARCH64]Bug in fix for branch offsets over 1 MiB?

2018-01-29 Thread Sameera Deshpande
On 30 January 2018 at 09:28, Sameera Deshpande wrote: > On 30-Jan-2018 2:37 AM, "Richard Sandiford" > wrote: > > Sameera Deshpande writes: >> Hi! >> >> I am seeing multiple assembler errors with error message "Error: >> conditional branch out of range" for customer code. >> >> The root cause of

Re: [AARCH64]Bug in fix for branch offsets over 1 MiB?

2018-01-29 Thread Sameera Deshpande
On 30-Jan-2018 2:37 AM, "Richard Sandiford" wrote: Sameera Deshpande writes: > Hi! > > I am seeing multiple assembler errors with error message "Error: > conditional branch out of range" for customer code. > > The root cause of the bug is that conditional branches are generated > whose branch ta

Re: [AARCH64]Bug in fix for branch offsets over 1 MiB?

2018-01-29 Thread Richard Sandiford
Sameera Deshpande writes: > Hi! > > I am seeing multiple assembler errors with error message "Error: > conditional branch out of range" for customer code. > > The root cause of the bug is that conditional branches are generated > whose branch target ends up being too far away to be encoded in the

[AARCH64]Bug in fix for branch offsets over 1 MiB?

2018-01-20 Thread Sameera Deshpande
Hi! I am seeing multiple assembler errors with error message "Error: conditional branch out of range" for customer code. The root cause of the bug is that conditional branches are generated whose branch target ends up being too far away to be encoded in the instruction. It appears that there was