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 02/10] rs6000: Remove addic alternative from various lo_sum patterns


On Mon, Dec 8, 2014 at 9:18 AM, Segher Boessenkool
<segher@kernel.crashing.org> wrote:
> This means we do not allow GPR0 as base address of those anymore.  The
> alternative is to not allow the carry bit to be live over any lo_sum,
> which is more expensive.
>
>
> 2014-12-08  Segher Boessenkool  <segher@kernel.crashing.org>
>
> gcc/
>         PR target/64180
>         * config/rs6000/darwin.md (macho_low_si): Remove "r" alternative.
>         (macho_low_di): Ditto.
>         * config/rs6000/rs6000.md (*largetoc_low): Ditto.
>         (tocref<mode>): Ditto.
>         (elf_low): Ditto.
>         * config/rs6000/spe.md (mov_si<mode>_e500_subreg0_elf_low_be): Ditto.
>         (mov_si<mode>_e500_subreg0_elf_low_le): Ditto.
>         (mov_si<mode>_e500_subreg4_elf_low_be): Ditto.  Reformat condition.
>         (mov_si<mode>_e500_subreg4_elf_low_le): Ditto.

Okay.

Thanks, David


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