[PATCH] D74304: [VE] Bit operator isel
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 02:31:20 PST 2020
simoll created this revision.
simoll added reviewers: arsenm, rengolin, k-ishizaka.
simoll added a project: VE.
Herald added subscribers: llvm-commits, hiraditya, wdng.
Herald added a project: LLVM.
Isel and tests for bswap,brev,ctpop,ctlz,ctty,rotl,rotr
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74304
Files:
llvm/lib/Target/VE/VEISelLowering.cpp
llvm/lib/Target/VE/VEInstrInfo.td
llvm/test/CodeGen/VE/bitreverse.ll
llvm/test/CodeGen/VE/bswap.ll
llvm/test/CodeGen/VE/ctlz.ll
llvm/test/CodeGen/VE/ctpop.ll
llvm/test/CodeGen/VE/cttz.ll
llvm/test/CodeGen/VE/rotl.ll
llvm/test/CodeGen/VE/rotr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74304.243486.patch
Type: text/x-patch
Size: 17035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200210/2c921088/attachment.bin>
More information about the llvm-commits
mailing list