[PATCH] D93795: [RISCV] Define vpopc/vfirst intrinsics.

Zakk Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 24 00:28:41 PST 2020


khchen created this revision.
khchen added reviewers: craig.topper, rogfer01, frasercrmck, HsiangKai, evandro.
Herald added subscribers: NickHung, luismarques, apazos, sameer.abuasal, pzheng, s.egerton, lenary, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya.
khchen requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

Define vpopc/vfirst intrinsics and lower to V instructions.

We work with @rogfer01 from BSC to come out this patch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93795

Files:
  llvm/include/llvm/IR/IntrinsicsRISCV.td
  llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
  llvm/test/CodeGen/RISCV/rvv/vfirst-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vfirst-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vpopc-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vpopc-rv64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93795.313670.patch
Type: text/x-patch
Size: 34960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201224/7a4054ba/attachment.bin>


More information about the llvm-commits mailing list