This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [4.8, PATCH 17/26] Backport Power8 and LE support: Direct moves
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: Bill Schmidt <wschmidt at linux dot vnet dot ibm dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 3 Apr 2014 10:40:45 -0400
- Subject: Re: [4.8, PATCH 17/26] Backport Power8 and LE support: Direct moves
- Authentication-results: sourceware.org; auth=none
- References: <1395257593 dot 17148 dot 19 dot camel at gnopaine>
On Wed, Mar 19, 2014 at 3:33 PM, Bill Schmidt
<wschmidt@linux.vnet.ibm.com> wrote:
> Hi,
>
> This patch (diff-direct-move) backports support for the Power8 direct
> move instructions for little endian.
>
> Thanks,
> Bill
>
>
> 2014-03-19 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
>
> Backport from mainline
> 2013-10-23 Pat Haugen <pthaugen@us.ibm.com>
>
> * gcc.target/powerpc/direct-move.h: Fix header for executable tests.
>
> Back port from mainline
> 2014-01-16 Michael Meissner <meissner@linux.vnet.ibm.com>
>
> PR target/59844
> * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Add little
> endian support, remove tests for WORDS_BIG_ENDIAN.
> (p8_mfvsrd_3_<mode>): Likewise.
> (reload_gpr_from_vsx<mode>): Likewise.
> (reload_gpr_from_vsxsf): Likewise.
> (p8_mfvsrd_4_disf): Likewise.
Okay.
Thanks, David