https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121029
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |x86_64-*-* Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2025-07-11 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- I'd have expected if-conversion to turn this into .COND_MAX, but this doesn't happen it seems, but I do see cond_[us]{min,max} patterns for AVX512. Needs investigation why ifcvt doesn't handle this.