[PATCH] D139706: [RISCV][VP] expand vp instrinscs if no +v feature

Yingchi Long via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 05:09:53 PST 2022


inclyc created this revision.
Herald added subscribers: sunshaoce, VincentWu, vkmr, frasercrmck, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya, arichardson.
Herald added a project: All.
inclyc edited the summary of this revision.
inclyc added reviewers: frasercrmck, craig.topper.
Herald added a subscriber: StephenFan.
inclyc published this revision for review.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

If the subtarget does not support StdExtV, expand vp instrinscs to scalar instructions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139706

Files:
  llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
  llvm/test/CodeGen/RISCV/rvv/expand-no-stdv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139706.481604.patch
Type: text/x-patch
Size: 3639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221209/0f11d519/attachment-0001.bin>


More information about the llvm-commits mailing list