[PATCH] D93193: [RISCV] Define vsll/vsrl/vsra intrinsics.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 13 23:05:34 PST 2020


HsiangKai created this revision.
HsiangKai added reviewers: craig.topper, evandro, luismarques, rogfer01, frasercrmck.
Herald added subscribers: NickHung, 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.
HsiangKai requested review of this revision.
Herald added a subscriber: MaskRay.
Herald added a project: LLVM.

Define vsll/vsrl/vsra 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/D93193

Files:
  llvm/include/llvm/IR/IntrinsicsRISCV.td
  llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
  llvm/test/CodeGen/RISCV/rvv/vsll.ll
  llvm/test/CodeGen/RISCV/rvv/vsra.ll
  llvm/test/CodeGen/RISCV/rvv/vsrl.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93193.311493.patch
Type: text/x-patch
Size: 243520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201214/1c9cc38f/attachment-0001.bin>


More information about the llvm-commits mailing list