[Bug target/84226] [8 Regression] ICE in simplify_const_unary_operation, at simplify-rtx.c:1974 on ppc64le

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Feb 9 18:22:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84226

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Feb  9 18:19:08 2018
New Revision: 257536

URL: https://gcc.gnu.org/viewcvs?rev=257536&root=gcc&view=rev
Log:
        PR target/84226
        * config/rs6000/vsx.md (p9_xxbrq_v16qi): Change input operand
        constraint from =wa to wa.  Avoid a subreg on the output operand,
        instead use a pseudo and subreg it in a move.
        (p9_xxbrd_<mode>): Changed to ...
        (p9_xxbrd_v2di): ... this insn, without VSX_D iterator.
        (p9_xxbrd_v2df): New expander.
        (p9_xxbrw_<mode>): Changed to ...
        (p9_xxbrw_v4si): ... this insn, without VSX_W iterator.
        (p9_xxbrw_v4sf): New expander.

        * gcc.target/powerpc/pr84226.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/powerpc/pr84226.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/vsx.md
    trunk/gcc/testsuite/ChangeLog


More information about the Gcc-bugs mailing list