Re: [PATCH] Remove code in vectorizer pattern recog relying on vec_cond{u,eq,}

2024-10-29 Thread Richard Biener
On Sat, 26 Oct 2024, Richard Biener wrote: > With the intent to rely on vec_cond_mask and vec_cmp patterns > comparisons do not need rewriting into COND_EXPRs that eventually > combine to vec_cond{u,eq,}. > > Bootstrap and regtest running on x86_64-unknown-linux-gnu. So with this I effectively r

[PATCH] Remove code in vectorizer pattern recog relying on vec_cond{u,eq,}

2024-10-26 Thread Richard Biener
With the intent to rely on vec_cond_mask and vec_cmp patterns comparisons do not need rewriting into COND_EXPRs that eventually combine to vec_cond{u,eq,}. Bootstrap and regtest running on x86_64-unknown-linux-gnu. * tree-vect-patterns.cc (check_bool_pattern): For comparisons we d