https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99102
Joel Hutton <joelh at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Ever confirmed|0 |1 Last reconfirmed| |2021-02-25 --- Comment #2 from Joel Hutton <joelh at gcc dot gnu.org> --- Bisect shows 46c705e70e078f6a1920d92e49042125d5e18495 is the first bad commit commit 46c705e70e078f6a1920d92e49042125d5e18495 Author: Richard Sandiford <richard.sandif...@arm.com> Date: Wed Nov 11 11:42:46 2020 +0000 aarch64: Support SVE comparisons for unpacked integers This patch adds support for comparing unpacked SVE integer vectors, such as byte elements stored in the bottom bytes of halfword containers. It also adds support for selects between unpacked SVE vectors (both integer and floating-point), since selects and compares are closely tied via the vcond optab interface. is the offending commit.