Re: [PATCH] Remove vcond{,u,eq} optabs

2024-12-10 Thread Richard Sandiford
Richard Biener writes: > On Mon, Dec 9, 2024 at 11:54 PM Richard Sandiford > wrote: >> >> This patch removes the remaining traces of the vcond{,u,eq} optabs. >> Earlier patches removed the target-independent uses and I couldn't >> find any direct references to either the *_optabs or the ifns >> i

Re: [PATCH] Remove vcond{,u,eq} optabs

2024-12-10 Thread Richard Biener
On Mon, Dec 9, 2024 at 11:54 PM Richard Sandiford wrote: > > This patch removes the remaining traces of the vcond{,u,eq} optabs. > Earlier patches removed the target-independent uses and I couldn't > find any direct references to either the *_optabs or the ifns > in target-specific code. > > Teste