[all-commits] [llvm/llvm-project] 926059: [VE] Support more intrinsics
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Mon Mar 14 03:17:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 926059214193e3fcab20ee43a1fa734a8f20210e
https://github.com/llvm/llvm-project/commit/926059214193e3fcab20ee43a1fa734a8f20210e
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2022-03-14 (Mon, 14 Mar 2022)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsVE.td
M llvm/include/llvm/IR/IntrinsicsVEVL.gen.td
M llvm/lib/Target/VE/VEInstrInfo.td
M llvm/lib/Target/VE/VEInstrIntrinsicVL.gen.td
M llvm/lib/Target/VE/VEInstrIntrinsicVL.td
A llvm/test/CodeGen/VE/VELIntrinsics/fence.ll
A llvm/test/CodeGen/VE/VELIntrinsics/lcr.ll
A llvm/test/CodeGen/VE/VELIntrinsics/vbrv.ll
A llvm/test/CodeGen/VE/VELIntrinsics/vldz.ll
A llvm/test/CodeGen/VE/VELIntrinsics/vpcnt.ll
Log Message:
-----------
[VE] Support more intrinsics
Support new intrinsics for following instrauctions.
- VLDZ, VPCNT, VBRV
- LCR, SCR, TSCR, FIDCR
- FENCE
Also clean the intrinsics implementation of a following instruction.
- SVOB
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D121509
More information about the All-commits
mailing list