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 0/4] rs6000: Merge most logical SI and DI patterns


I wish that this patch did not need to use up another one of the
primary constraint letters, but I guess there is no easy way around
that.

- David

On Fri, Aug 15, 2014 at 8:50 PM, Segher Boessenkool
<segher@kernel.crashing.org> wrote:
> All patches were bootstrapped and regression checked separately, on
> powerpc64-linux -m64,-m32,-m32/-mpowerpc64; no regressions.
>
> Is this okay to apply?
>
>
> Segher
>
>
>  gcc/config/rs6000/constraints.md  |    3 +-
>  gcc/config/rs6000/htm.md          |    6 +-
>  gcc/config/rs6000/predicates.md   |   23 +-
>  gcc/config/rs6000/rs6000-protos.h |    2 +-
>  gcc/config/rs6000/rs6000.c        |   83 +--
>  gcc/config/rs6000/rs6000.md       | 1319 ++++++++++++-------------------------
>  gcc/config/rs6000/vector.md       |   22 +-
>  7 files changed, 508 insertions(+), 950 deletions(-)
>
> --
> 1.8.1.4
>


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