Hi Juzhe, > use riscv_v_ext_vector_mode_p instead since riscv_v_ext_mode_p includes > tuple modes. > You should not use tuple modes in related_mode. Tuple modes will be used in > array mode target hook and > used by vec_load_lanes/vec_store_lanes.
Ah, thanks for catching this. Yes, vector_mode_p is what I intended obviously. Regards Robin