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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Christophe Lyon <cl...@gcc.gnu.org>:

https://gcc.gnu.org/g:79cdbabbc4cbf79491c274220928406dff3d4039

commit r11-7816-g79cdbabbc4cbf79491c274220928406dff3d4039
Author: Christophe Lyon <christophe.l...@linaro.org>
Date:   Wed Mar 24 08:51:41 2021 +0000

    arm: Fix MVE constraints for movmisalign [PR target/99727]

    MVE has different constraints than Neon for load/store: we should use
    the Ux constraint instead of Um.

    2021-03-24  Christophe Lyon  <christophe.l...@linaro.org>

            PR target/99727
            gcc/
            * config/arm/mve.md (movmisalign<mode>_mve_store): Use Ux
            constraint.
            (movmisalign<mode>_mve_load): Likewise.

            gcc/testsuite/
            * gcc.target/arm/pr99727.c: New test.

Reply via email to