RE: [PATCH] target/riscv/vector_helper.c: Remove the check for extra tail elements

2023-06-06 Thread Wang, Xiao W
t: Re: [PATCH] target/riscv/vector_helper.c: Remove the check for > extra tail elements > > Hi, > > > On 6/6/23 05:34, Xiao Wang wrote: > > Commit 752614cab8e6 ("target/riscv: rvv: Add tail agnostic for vector > > load / store instructions") added an extra ch

Re: [PATCH] target/riscv/vector_helper.c: Remove the check for extra tail elements

2023-06-06 Thread Daniel Henrique Barboza
Hi, On 6/6/23 05:34, Xiao Wang wrote: Commit 752614cab8e6 ("target/riscv: rvv: Add tail agnostic for vector load / store instructions") added an extra check for LMUL fragmentation, intended for setting the "rest tail elements" in the last register for a segment load insn. Actually, the max_ele

[PATCH] target/riscv/vector_helper.c: Remove the check for extra tail elements

2023-06-06 Thread Xiao Wang
Commit 752614cab8e6 ("target/riscv: rvv: Add tail agnostic for vector load / store instructions") added an extra check for LMUL fragmentation, intended for setting the "rest tail elements" in the last register for a segment load insn. Actually, the max_elements derived in vext_ld*() won't be a fra