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

2022-07-13 Thread Richard Sandiford via Gcc-patches
Andrew Carlotti writes: > There were several similarly-named functions, which each built or looked up a > type using a different subset of valid modes or qualifiers. > > This change combines these all into a single function, which can additionally > handle const and pointer qualifiers. I like the

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

2022-07-13 Thread Andrew Carlotti via Gcc-patches
There were several similarly-named functions, which each built or looked up a type using a different subset of valid modes or qualifiers. This change combines these all into a single function, which can additionally handle const and pointer qualifiers. gcc/ChangeLog: * config/aarch64/aar