[PATCH] D70909: [AArch64][SVE] Implement while comparison intrinsics
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 09:02:04 PST 2019
c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, rovka, dancgr, efriedma, rengolin, huntergr.
Herald added subscribers: psnobl, rkruppe, hiraditya, kristof.beyls, tschuett.
Herald added a project: LLVM.
Adds the following intrinsics:
- whilele, whilelo, whilels, whilelt (SVE)
- whilege, whilegt, whilehi, whilehs (SVE2)
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D70909
Files:
llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-intrinsics-while.ll
llvm/test/CodeGen/AArch64/sve2-intrinsics-while.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70909.231722.patch
Type: text/x-patch
Size: 28790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191202/bfacf54f/attachment-0001.bin>
More information about the llvm-commits
mailing list