[PATCH 1/2] Remove dead code in vectorizer pattern recog

2024-10-29 Thread Richard Biener
The following removes the code path in vect_recog_mask_conversion_pattern dealing with comparisons in COND_EXPRs. That can no longer happen. * tree-vect-patterns.cc (vect_recog_mask_conversion_pattern): Remove COMPARISON_CLASS_P rhs1 of COND_EXPR case and assert it doesn't

[PATCH 1/2] Remove dead code in vectorizer pattern recog

2024-10-26 Thread Richard Biener
The following removes the code path in vect_recog_mask_conversion_pattern dealing with comparisons in COND_EXPRs. That can no longer happen. Bootstrap and regtest running on x86_64-unknown-linux-gnu. * tree-vect-patterns.cc (vect_recog_mask_conversion_pattern): Remove COMPARISON_