Re: [PATCH 3/3] Assert finished vectorizer pattern COND_EXPR transition

2025-06-24 Thread Richard Biener
On Tue, 24 Jun 2025, Martin Jambor wrote: > Hi, > > On Fri, Oct 25 2024, Richard Biener wrote: > > The following places a few strathegic asserts so we do not end up > > with COND_EXPRs with a comparison as the first operand during > > vectorization. > > > > Bootstrap and regtest running on x86_64

Re: [PATCH 3/3] Assert finished vectorizer pattern COND_EXPR transition

2025-06-23 Thread Martin Jambor
Hi, On Fri, Oct 25 2024, Richard Biener wrote: > The following places a few strathegic asserts so we do not end up > with COND_EXPRs with a comparison as the first operand during > vectorization. > > Bootstrap and regtest running on x86_64-unknown-linux-gnu. > > These are the asserts I'd like to k

[PATCH 3/3] Assert finished vectorizer pattern COND_EXPR transition

2024-10-25 Thread Richard Biener
The following places a few strathegic asserts so we do not end up with COND_EXPRs with a comparison as the first operand during vectorization. Bootstrap and regtest running on x86_64-unknown-linux-gnu. These are the asserts I'd like to keep, I will followup with quite some dead code removal when