Re: [PATCH v3 3/5] vect: Add is_gather_scatter argument to misalignment hook.

2025-07-17 Thread Richard Biener
On Fri, Jul 11, 2025 at 11:03 AM Robin Dapp wrote: > > This patch adds an is_gather_scatter argument to the > support_vector_misalignment hook. All targets but riscv do not care > about alignment for gather/scatter so return true for is_gather_scatter. OK. > gcc/ChangeLog: > > * config/

[PATCH v3 3/5] vect: Add is_gather_scatter argument to misalignment hook.

2025-07-11 Thread Robin Dapp
This patch adds an is_gather_scatter argument to the support_vector_misalignment hook. All targets but riscv do not care about alignment for gather/scatter so return true for is_gather_scatter. gcc/ChangeLog: * config/aarch64/aarch64.cc (aarch64_builtin_support_vector_misalignment):