https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126143
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |missed-optimization
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Creating COND_EXPRs is something for RTL if-conversion (or vectorization
if-conversion, for the vector part). We have no good way to cost such
transform on GIMPLE.
