[Bug tree-optimization/118567] [15 Regression] gcc.target/powerpc/vsx-vectorize-1.c fail starting with r15-6807-g68326d5d1a593d

acoplan at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 17 11:12:15 GMT 2025


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

Alex Coplan <acoplan at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2025-02-17
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |acoplan at gcc dot gnu.org

--- Comment #2 from Alex Coplan <acoplan at gcc dot gnu.org> ---
Mine, this should be straightforward: the checking loop is now being vectorised
after the PFA changes which was causing 2 loops to have "Alignment of access
forced using versioning" as opposed to just 1 (as the test expected).  So we
just need to block vectorisation of the second loop with a #pragma.


More information about the Gcc-bugs mailing list