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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2025-10-06
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.  I think we have a duplicate for this, the issue is that the
COND_EXPR reduction code does not handle the multi-stmt min/max pattern
(we cannot use min/max as the semantics on GIMPLE/RTL do not allow this,
the x86 vpmin/max insn should  be still used in the end).

<source>:14:1: missed: not vectorized: unsupported use in stmt.

is what indicates this but of course that isn't very helpful here.

Reply via email to