Re: [PATCH 2/2] aarch64: Drop const_int from aarch64_maskload_else_operand

2025-07-02 Thread Kyrylo Tkachov
> On 1 Jul 2025, at 18:37, Alex Coplan wrote: > > The "else operand" to maskload should always be a const_vector, never a > const_int. > > This was just an issue I noticed while looking through the code, I don't > have a testcase which shows a concrete problem due to this. > > Testing of tha

[PATCH 2/2] aarch64: Drop const_int from aarch64_maskload_else_operand

2025-07-01 Thread Alex Coplan
The "else operand" to maskload should always be a const_vector, never a const_int. This was just an issue I noticed while looking through the code, I don't have a testcase which shows a concrete problem due to this. Testing of that change alone showed ICEs with load lanes vectorization and SVE.