On 26/11/13 14:49, Kyrill Tkachov wrote:
> Hi all,
>
> In the spirit of stage3, this patch fixes a regression in
> gcc.target/arm/negdi-2.c when compiling for big-endian with the new rtx costs
> for the Cortex-A9. We ended up generating an extra mov because combine
> generates
> a zero-extend
Hi all,
In the spirit of stage3, this patch fixes a regression in
gcc.target/arm/negdi-2.c when compiling for big-endian with the new rtx costs
for the Cortex-A9. We ended up generating an extra mov because combine generates
a zero-extend operation that would later get split into two moves (ve