https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106524
--- Comment #2 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:f4ff20d464f90c85919ce2e7fa63e204dcda4e40 commit r13-2030-gf4ff20d464f90c85919ce2e7fa63e204dcda4e40 Author: Tamar Christina <tamar.christ...@arm.com> Date: Fri Aug 12 12:28:41 2022 +0100 sve: Fix fcmuo combine patterns [PR106524] There's no encoding for fcmuo with zero. This restricts the combine patterns from accepting zero registers. gcc/ChangeLog: PR target/106524 * config/aarch64/aarch64-sve.md (*fcmuo<mode>_nor_combine, *fcmuo<mode>_bic_combine): Don't accept comparisons against zero. gcc/testsuite/ChangeLog: PR target/106524 * gcc.target/aarch64/sve/pr106524.c: New test.