Re: [PATCH v2.1 3/4] aarch64: Consolidate simd type lookup functions

2022-07-20 Thread Richard Sandiford via Gcc-patches
Andrew Carlotti writes: > On Wed, Jul 13, 2022 at 05:36:04PM +0100, Richard Sandiford wrote: >> I like the part about getting rid of: >> >> static tree >> aarch64_simd_builtin_type (machine_mode mode, >> bool unsigned_p, bool poly_p) >> >> and the flow of the new function

[PATCH v2.1 3/4] aarch64: Consolidate simd type lookup functions

2022-07-19 Thread Andrew Carlotti via Gcc-patches
On Wed, Jul 13, 2022 at 05:36:04PM +0100, Richard Sandiford wrote: > I like the part about getting rid of: > > static tree > aarch64_simd_builtin_type (machine_mode mode, > bool unsigned_p, bool poly_p) > > and the flow of the new function. However, I think it's still >