[PATCH] D157991: [RISCVInsertVSETVLI] Handle scalar extract (vmv.x.s, and vmx.f.s)

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 13:19:43 PDT 2023


reames updated this revision to Diff 550445.
reames added a comment.

Slightly more generic - some bits of the !hasVLOp path in vsetvli emission are still required to work around a limitation in the backwards walk.  Going to take a fix at fixing that limitation in a following change.


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

https://reviews.llvm.org/D157991

Files:
  llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-masked-gather.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-masked-scatter.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157991.550445.patch
Type: text/x-patch
Size: 14931 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230815/d6dc48b8/attachment.bin>


More information about the llvm-commits mailing list