Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. My other question is more about potential future improvements.
llvm/test/CodeGen/RISCV/rvv/vmv.x.s-rv32.ll | ||
---|---|---|
243 | I was wondering, given that we need to move 32 into a vector register with a separate instruction, would it potentially be better to use an e32 vslidedown by 1? Not sure how vsetvli + vslidedown vs add + vsrl stacks up in terms of performance. |
I was wondering, given that we need to move 32 into a vector register with a separate instruction, would it potentially be better to use an e32 vslidedown by 1? Not sure how vsetvli + vslidedown vs add + vsrl stacks up in terms of performance.