[PATCH] D144092: [RISCV] Lower interleave and deinterleave intrinsics

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 08:36:28 PST 2023


craig.topper added a comment.

These should be implementable with clever use of vwaddu and vwmaccu. To avoid the vrgather.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144092



More information about the llvm-commits mailing list