This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 05/10] rs6000: Merge and split add and addic
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: Segher Boessenkool <segher at kernel dot crashing dot org>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 8 Dec 2014 10:31:38 -0500
- Subject: Re: [PATCH 05/10] rs6000: Merge and split add and addic
- Authentication-results: sourceware.org; auth=none
- References: <cover dot 1418024189 dot git dot segher at kernel dot crashing dot org> <5040a30a8ebf2c1a11fb69e5467478c44fa069c3 dot 1418024189 dot git dot segher at kernel dot crashing dot org>
On Mon, Dec 8, 2014 at 9:18 AM, Segher Boessenkool
<segher@kernel.crashing.org> wrote:
> This splits the addic patterns from the add/addi patterns, and merges the
> insns and splitters.
> Also change type "compare" to "add" for "addic." (the dot form).
>
>
> 2014-12-08 Segher Boessenkool <segher@kernel.crashing.org>
>
> gcc/
> PR target/64180
> * config/rs6000/rs6000.md (*add<mode>3_internal1): Rename to
> "*add<mode>3".
> (*add<mode>3_internal2, *add<mode>3_internal3, and (their splitters):
> Delete.
> (*add<mode>3_dot, *add<mode>3_dot2): New.
> (*add<mode>3_imm_dot, *add<mode>3_imm_dot2): New.
Okay.
Thanks, David