https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78151
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2016-10-31 CC| |rguenth at gcc dot gnu.org Blocks| |53947 Ever confirmed|0 |1 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- Time to play a bit with fold_stmt applying to PHIs using match.pd via folding a COND_EXPR composed of the dominating controlling condition plus the PHI arguments ... at least if-conversion could do that. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 [Bug 53947] [meta-bug] vectorizer missed-optimizations