Re: [PATCH] [AARCH64] adjust gcc.target/aarch64/sve/mask_gather_load_7.c

2024-09-05 Thread Richard Sandiford
Richard Biener writes: > The following adjusts the scan-assembler to also allow predicate > registers p8-15 to be used for the destination of the compares. > I see that code generation with a pending vectorizer patch (the > only assembler change is different predicate register allocation). Oops,

[PATCH] [AARCH64] adjust gcc.target/aarch64/sve/mask_gather_load_7.c

2024-09-05 Thread Richard Biener
The following adjusts the scan-assembler to also allow predicate registers p8-15 to be used for the destination of the compares. I see that code generation with a pending vectorizer patch (the only assembler change is different predicate register allocation). Tested on aarch64. OK for trunk? Tha