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 8/11][ARM] Migrate to new reduc_[us](min|max)_scal_optab


On Fri, Oct 24, 2014 at 1:01 PM, Alan Lawrence <alan.lawrence@arm.com> wrote:
> Similarly to last patch.
>
> Tested, in combination with previous patch:
> bootstrap on arm-none-linux-gnueabihf
> cross-tested check-gcc on arm-none-eabi.
>
> gcc/ChangeLog:
>
>         config/arm/neon.md (reduc_smin_<mode> *2): Rename to...
>         (reduc_smin_scal_<mode> *2): ...this; extract scalar result.
>         (reduc_smax_<mode> *2): Rename to...
>         (reduc_smax_scal_<mode> *2): ...this; extract scalar result.
>         (reduc_umin_<mode> *2): Rename to...
>         (reduc_umin_scal_<mode> *2): ...this; extract scalar result.
>         (reduc_umax_<mode> *2): Rename to...
>         (reduc_umax_scal_<mode> *2): ...this; extract scalar result.

Ok.

Ramana


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