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, rs6000, 4.8, 4.9, trunk] Fix little endian behavior of vec_merge[hl] for V4SI/V4SF with VSX


On Thu, Apr 17, 2014 at 11:06 PM, Bill Schmidt
<wschmidt@linux.vnet.ibm.com> wrote:
> Hi,
>
> I missed a case in the vector API work for little endian.  When VSX is
> enabled, the vec_mergeh and vec_mergel interfaces for 4x32 vectors are
> translated into xxmrghw and xxmrglw.  The patterns for these were not
> adjusted for little endian.  This patch fixes this and adds tests for
> V4SI and V4SF modes when VSX is available.
>
> Bootstrapped and tested on 4.8, 4.9, and trunk for
> powerpc64le-unknown-linux-gnu with no regressions.  Tests are still
> ongoing for powerpc64-unknown-linux-gnu.  Provided those complete
> without regressions, is this fix ok for trunk, 4.9, and 4.8?
>
> Thanks,
> Bill
>
>
> [gcc]
>
> 2014-04-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
>
>         * config/rs6000/vsx.md (vsx_xxmrghw_<mode>): Adjust for
>         little-endian.
>         (vsx_xxmrglw_<mode>): Likewise.
>
> [gcc/testsuite]
>
> 2014-04-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
>
>         * gcc.dg/vmx/merge-vsx.c: Add V4SI and V4SF tests.
>         * gcc.dg/vmx/merge-vsx-be-order.c: Likewise.

This is okay for trunk, 4.9.1 and 4.8.3.  Note that the 4.9 branch is
frozen at the moment.

Thanks, David


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