On 26/11/13 12:29, Yufeng Zhang wrote:
> Hi,
>
> arm_legitimize_address forces immediates in PLUS to be in REG for no
> good reason. This patch changes it not to do this.
>
> With the immediate constants directly available in the RTL, it helps the
> expand more effectively to fold and re-assoc
Hi,
arm_legitimize_address forces immediates in PLUS to be in REG for no
good reason. This patch changes it not to do this.
With the immediate constants directly available in the RTL, it helps the
expand more effectively to fold and re-associate the immediates.
The change also helps the fo