-
Enhancement
-
Resolution: Fixed
-
P4
-
20
-
b27
-
riscv
-
linux
The instruction which is matched `VectorLoadConst` will create index starting from 0 and incremented by 1. In detail, the instruction populates the destination vector by setting the first element to 0 and monotonically incrementing the value by 1 for each subsequent element.
We can add support of `VectorLoadConst` for RISC-V by `vid.v` . It was implemented by referring to RVV v1.0 [1].
[1] https://github.com/riscv/riscv-v-spec/blob/v1.0/v-spec.adoc
We can add support of `VectorLoadConst` for RISC-V by `vid.v` . It was implemented by referring to RVV v1.0 [1].
[1] https://github.com/riscv/riscv-v-spec/blob/v1.0/v-spec.adoc