[PATCH] D121509: [VE] Support more intrinsics
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 20:24:26 PST 2022
kaz7 created this revision.
kaz7 added reviewers: simoll, efocht.
kaz7 added a project: VE.
Herald added a subscriber: hiraditya.
Herald added a project: All.
kaz7 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Support new intrinsics for following instrauctions.
- VLDZ, VPCNT, VBRV
- LCR, SCR, TSCR, FIDCR
- FENCE
Also clean the intrinsics implementation of a following instruction.
- SVOB
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D121509
Files:
llvm/include/llvm/IR/IntrinsicsVE.td
llvm/include/llvm/IR/IntrinsicsVEVL.gen.td
llvm/lib/Target/VE/VEInstrInfo.td
llvm/lib/Target/VE/VEInstrIntrinsicVL.gen.td
llvm/lib/Target/VE/VEInstrIntrinsicVL.td
llvm/test/CodeGen/VE/VELIntrinsics/fence.ll
llvm/test/CodeGen/VE/VELIntrinsics/lcr.ll
llvm/test/CodeGen/VE/VELIntrinsics/vbrv.ll
llvm/test/CodeGen/VE/VELIntrinsics/vldz.ll
llvm/test/CodeGen/VE/VELIntrinsics/vpcnt.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121509.414796.patch
Type: text/x-patch
Size: 50412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220312/216c7f91/attachment-0001.bin>
More information about the llvm-commits
mailing list