This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, AArch64] Make reduc_* operations bigendian-safe.


On 15 November 2013 16:52, Tejas Belagod <tbelagod@arm.com> wrote:
> Hi,
>
> The attached patch fixes all the reduc_* expansions to be BE-safe by moving
> the scalar result to the LSB where RTL expects it. While moving it also adds
> patterns that will give gcc the freedom to choose between 2-lane-situations
> like
>
>   ADDP Dd, Vd.2D
>   DUP Vd.2D, Vd.d[0]

OK
Thanks /Marcus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]