Re: [PATCH] Fix recent tree-if-conv ICE (PR tree-optimization/89268)

2019-02-09 Thread Richard Biener
On February 10, 2019 12:16:12 AM GMT+01:00, Jakub Jelinek wrote: >Hi! > >WHen tree_if_conversion is called from within the vectorizer (for >masked >epilogues), preds is NULL, so we shouldn't be pushing anything there, >the caller doesn't care anyway. Oops. >Bootstrapped/regtested on x86_64-lin

[PATCH] Fix recent tree-if-conv ICE (PR tree-optimization/89268)

2019-02-09 Thread Jakub Jelinek
Hi! WHen tree_if_conversion is called from within the vectorizer (for masked epilogues), preds is NULL, so we shouldn't be pushing anything there, the caller doesn't care anyway. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2019-02-09 Jakub Jelinek PR tree-opt