[Bug target/100441] [8/9 Regression] ICE in output_constant_pool_2, at varasm.c:3955

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri May 7 10:38:05 GMT 2021


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

--- Comment #11 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-8 branch has been updated by Kyrylo Tkachov
<ktkachov@gcc.gnu.org>:

https://gcc.gnu.org/g:64b6b1d1bc796a7fea189a4c4b0e290540f51ae3

commit r8-10956-g64b6b1d1bc796a7fea189a4c4b0e290540f51ae3
Author: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Date:   Fri May 7 11:36:54 2021 +0100

    aarch64: PR target/99037 Fix RTL represntation in move_lo_quad patterns

    This patch fixes the RTL representation of the move_lo_quad patterns to use
aarch64_simd_or_scalar_imm_zero
    for the zero part rather than a vec_duplicate of zero or a const_int 0.
    The expander that generates them is also adjusted so that we use and match
the correct const_vector forms throughout.

    Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
    gcc/ChangeLog:

            PR target/99037
            PR target/100441
            * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>):
Use
            aarch64_simd_or_scalar_imm_zero to match zeroes.  Remove pattern
            matching const_int 0.
            (move_lo_quad_internal_be_<mode>): Likewise.
            (move_lo_quad_<mode>): Update for the above.
            * config/aarch64/iterators.md (VQ_2E): Delete.

    gcc/testsuite/ChangeLog:

            PR target/99808
            * gcc.target/aarch64/pr99808.c: New test.


More information about the Gcc-bugs mailing list