On Tue, Dec 15, 2015 at 11:17:35AM +0000, Wilco Dijkstra wrote:
> ping
> 
> > -----Original Message-----
> > From: Wilco Dijkstra [mailto:wdijk...@arm.com]
> > Sent: 28 October 2015 17:33
> > To: GCC Patches
> > Subject: [PATCH][AArch64] Avoid emitting zero immediate as zero register
> > 
> > Several instructions accidentally emit wzr/xzr even when the pattern
> > specifies an immediate. Fix this by removing the register specifier in
> > patterns that emit immediates.
> > 
> > Passes regression tests. OK for commit?
> > 
> > ChangeLog:
> > 2015-10-28  Wilco Dijkstra  <wdijk...@arm.com>
> > 
> >     * gcc/config/aarch64/aarch64.md (ccmp_and<mode>): Emit
> >     immediate as %1.
> >     (ccmp_ior<mode>): Likewise.
> >     (add<mode>3_compare0): Likewise.
> >     (addsi3_compare0_uxtw): Likewise.
> >     (add<mode>3nr_compare0): Likewise.
> >     (compare_neg<mode>): Likewise.
> >     (<optab><mode>3): Likewise.

Remove the gcc/ from the ChangeLog entires. Otherwise, this is OK.

Thanks,
James

Reply via email to