For vector.reverse mask operation need additional extend and truncate. So, I try to adjust this cost model.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp | ||
---|---|---|
203 | Isn't extend 2 instructions, vmv+vmerge? |
Comment Actions
address comment
llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp | ||
---|---|---|
203 | Yes, you are right. I forget to add vmv. Thank you. |
Isn't extend 2 instructions, vmv+vmerge?