https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189
--- Comment #11 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Richard Biener from comment #4) > aarch64 reports just > > FAIL: gcc.target/aarch64/if-compare_2.c check-function-bodies bar1 > FAIL: gcc.target/aarch64/if-compare_2.c check-function-bodies bar2 I think these 2 are now fixed after the fixes for PR 115659. There is also missing andc/iorc patterns. Which I am testing a change for them. I am doing it as part of using andc/iorc for scalars change due to be able to use them for vectors too.