Re: AArch64 promote aarch64-autovec-peference to mautovec-preference

2025-06-03 Thread Kyrylo Tkachov
> On 3 Jun 2025, at 17:56, Richard Sandiford wrote: > > Tamar Christina writes: >> As requested in my patch for -mmax-vectorization this promotes the parameter >> --param aarch64-autovec-preference to a first class top target flag. >> >> If both the parameter and the flag is specified the par

Re: AArch64 promote aarch64-autovec-peference to mautovec-preference

2025-06-03 Thread Richard Sandiford
Tamar Christina writes: > As requested in my patch for -mmax-vectorization this promotes the parameter > --param aarch64-autovec-preference to a first class top target flag. > > If both the parameter and the flag is specified the parameter takes precedence > with the reasoning that it may already

AArch64 promote aarch64-autovec-peference to mautovec-preference

2025-06-03 Thread Tamar Christina
As requested in my patch for -mmax-vectorization this promotes the parameter --param aarch64-autovec-preference to a first class top target flag. If both the parameter and the flag is specified the parameter takes precedence with the reasoning that it may already be embedded in build systems. Boo