[Bug target/124663] [14/15/16 Regression] FAIL: gcc.dg/tree-ssa/andnot-2.c scan-tree-dump-not forwprop3 "_expr"

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 27 14:38:59 GMT 2026


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124663

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |14.4
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2026-03-27
           Keywords|                            |missed-optimization
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
So it seems the target can handle the vector code as written but cannot handle
the requested simplification.

It works fine on x86_64 even with AVX512 which also uses similar masks.

So it looks like missed MVE patterns.

Confirmed.


More information about the Gcc-bugs mailing list