[PATCH] D93218: [RISCV] Define vminu/vmin/vmaxu/vmax intrinsics.
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 14 07:42:22 PST 2020
HsiangKai created this revision.
HsiangKai added reviewers: craig.topper, evandro, luismarques, frasercrmck, rogfer01.
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 vminu/vmin/vmaxu/vmax 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/D93218
Files:
llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vmax.ll
llvm/test/CodeGen/RISCV/rvv/vmaxu.ll
llvm/test/CodeGen/RISCV/rvv/vmin.ll
llvm/test/CodeGen/RISCV/rvv/vminu.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93218.311595.patch
Type: text/x-patch
Size: 238054 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201214/562fc81c/attachment-0001.bin>
More information about the llvm-commits
mailing list