https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94341
--- Comment #2 from SRINATH PARVATHANENI <sripar01 at gcc dot gnu.org> --- Patch committed by Andre: commit b094133c1c5bf21ccd60c344de6f4a798140e61b Author: Andre Simoes Dias Vieira <andre.simoesdiasvie...@arm.com> Date: Tue Apr 7 13:36:43 2020 +0100 arm: MVE: Fix constant load pattern This patch fixes the constant load pattern for MVE, this was not accounting correctly for label + offset cases. Added test that ICE'd before and removed the scan assemblers for the mve_vector* tests as they were too fragile.