https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109154
--- Comment #72 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tamar Christina <tnfch...@gcc.gnu.org>: https://gcc.gnu.org/g:04227acbe9e6c60d1e314a6b4f2d949c07f30baa commit r14-4715-g04227acbe9e6c60d1e314a6b4f2d949c07f30baa Author: Tamar Christina <tamar.christ...@arm.com> Date: Wed Oct 18 09:34:01 2023 +0100 AArch64: Rewrite simd move immediate patterns to new syntax This rewrites the simd MOV patterns to use the new compact syntax. No change in semantics is expected. This will be needed in follow on patches. This also merges the splits into the define_insn which will also be needed soon. gcc/ChangeLog: PR tree-optimization/109154 * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<VDMOV:mode>): Rewrite to new syntax. (*aarch64_simd_mov<VQMOV:mode): Rewrite to new syntax and merge in splits.