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: No a*x+b*x factorization for signed vectors


On Sat, Sep 29, 2018 at 1:06 PM Marc Glisse <marc.glisse@inria.fr> wrote:
>
> Hello,
>
> this is a simple patch to remove the wrong-code part of PR 87319. I didn't
> spend much time polishing that code, since it is meant to disappear
> anyway.
>
> We could probably remove the inner == inner2 test in
> signed_or_unsigned_type_for, I hadn't noticed when copy-pasting the code.
>
> bootstrap+regtest on powerpc64le-unknown-linux-gnu.

OK.

Thanks,
Richard.

> 2018-09-30  Marc Glisse  <marc.glisse@inria.fr>
>
>         PR middle-end/87319
>         * fold-const.c (fold_plusminus_mult_expr): Handle complex and vectors.
>         * tree.c (signed_or_unsigned_type_for): Handle complex.
>
> --
> Marc Glisse


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