https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127399
Roger Sayle <roger at nextmovesoftware dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2026-09-15
Ever confirmed|0 |1
--- Comment #1 from Roger Sayle <roger at nextmovesoftware dot com> ---
Hi Kishan,
Thanks for reporting this and my apologies for any inconvenience.
I see rs6000.md already contains the code iterator:
(define_code_iterator plus_ior_xor [plus ior xor])
So I'm guessing the necessary fix is to use this in some more patterns, which
will both fix this regression, and also catch some missed optimization
opportunities from before the AOP change.