Re: [PATCH]middle-end: refactor vectorizable_live_operation into helper method for codegen

2023-11-28 Thread Richard Biener
On Mon, 27 Nov 2023, Tamar Christina wrote: > Hi All, > > To make code review of the updates to add multiple exit supports to > vectorizable_live_operation easier I've extracted the refactoring part to > its own patch. > > This patch is a straight extract of the function with no functional

[PATCH]middle-end: refactor vectorizable_live_operation into helper method for codegen

2023-11-27 Thread Tamar Christina
Hi All, To make code review of the updates to add multiple exit supports to vectorizable_live_operation easier I've extracted the refactoring part to its own patch. This patch is a straight extract of the function with no functional changes. Bootstrapped Regtested on aarch64-none-linux-gnu and