Re: [ping][vect-patterns][RFC] Refactor widening patterns to allow internal_fn's

2021-08-19 Thread Richard Biener via Gcc-patches
On Tue, 17 Aug 2021, Joel Hutton wrote: > Ping. Is there still interest in refactoring vect-patterns to internal_fn's? Yes, sorry ... + internal_fn fn = as_internal_fn ((combined_fn) wide_code_or_ifn); maybe add an overload to as_internal_fn. + pattern_stmt = gimple_build_call_inter

[ping][vect-patterns][RFC] Refactor widening patterns to allow internal_fn's

2021-08-17 Thread Joel Hutton via Gcc-patches
Ping. Is there still interest in refactoring vect-patterns to internal_fn's? > -Original Message- > From: Joel Hutton > Sent: 07 June 2021 14:30 > To: gcc-patches@gcc.gnu.org > Cc: Richard Biener ; Richard Sandiford > > Subject: [vect-patterns][RFC] Refactor widening patterns to allow >