Re: [PATCH 1/5] vect: Use code_helper when building SLP nodes

2021-11-12 Thread Richard Biener via Gcc-patches
On November 12, 2021 6:57:29 PM GMT+01:00, Richard Sandiford via Gcc-patches wrote: >This patch uses code_helper to represent the common (and >alternative) operations when building an SLP node. It's not >much of a saving on its own, but it helps with later patches. > >Regstrapped on

[PATCH 1/5] vect: Use code_helper when building SLP nodes

2021-11-12 Thread Richard Sandiford via Gcc-patches
This patch uses code_helper to represent the common (and alternative) operations when building an SLP node. It's not much of a saving on its own, but it helps with later patches. Regstrapped on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? Richard gcc/ * tree-vect-slp.c