Re: [PATCH] rs6000: Remove vcond{,u} expanders

2024-07-07 Thread Richard Biener
On Mon, Jul 8, 2024 at 8:24 AM Kewen.Lin wrote: > > Hi, > > As PR114189 shows, middle-end will obsolete vcond, vcondu > and vcondeq optabs soon. This patch is to remove all > vcond{,u} expanders in rs6000 port and adjust the function > rs6000_emit_vector_cond_expr which is called by those > expan

[PATCH] rs6000: Remove vcond{,u} expanders

2024-07-07 Thread Kewen.Lin
Hi, As PR114189 shows, middle-end will obsolete vcond, vcondu and vcondeq optabs soon. This patch is to remove all vcond{,u} expanders in rs6000 port and adjust the function rs6000_emit_vector_cond_expr which is called by those expanders as static. Bootstrapped and regtested on powerpc64-linux-g