[PATCH] D121771: [RISCV] Add basic cost model for vector casting

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 15 23:57:17 PDT 2022


fakepaper56 added a comment.

I also want to handle scalable vector type. `useRVVForFixedLengthVectors` is used to make sure fixed vectors like `<4 x i8>` are legal. But I found that it is redundant for `isTypeLegal` testing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121771/new/

https://reviews.llvm.org/D121771



More information about the llvm-commits mailing list