[llvm] [TTI][RISCV]Improve costs for fixed vector whole reg extract/insert. (PR #80164)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 31 08:59:14 PST 2024
alexey-bataev wrote:
> Don't we need to know the exact vlen to know where register boundaries are?
I use getRegUsageForType() to get this info.
https://github.com/llvm/llvm-project/pull/80164
More information about the llvm-commits
mailing list