On 6/3/24 10:50, Max Chou wrote:
Hi Richart,Thank you for your feedback.This version is created by referencing the gen_sve_ldr translation function with the similar assumptions that no mask(predication)/no tail agnostic/continuous load & store.
Except that gen_sve_ldr has a compile-time constant for the vector length, which is always a multiple of 16, and so has no extra special cases like you needed.
r~