[all-commits] [llvm/llvm-project] 03898b: [VE] Add vrcp, vrsqrt, vcvt, vmrg, and vshf intrin...
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Mon Dec 7 03:30:33 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03898b79fb76e0a4dabf9f35d7dc51b4c497adb0
https://github.com/llvm/llvm-project/commit/03898b79fb76e0a4dabf9f35d7dc51b4c497adb0
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-12-07 (Mon, 07 Dec 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsVEVL.gen.td
M llvm/lib/Target/VE/VEInstrIntrinsicVL.gen.td
A llvm/test/CodeGen/VE/VELIntrinsics/vcvt.ll
A llvm/test/CodeGen/VE/VELIntrinsics/vmrg.ll
A llvm/test/CodeGen/VE/VELIntrinsics/vrcp.ll
A llvm/test/CodeGen/VE/VELIntrinsics/vrsqrt.ll
A llvm/test/CodeGen/VE/VELIntrinsics/vshf.ll
Log Message:
-----------
[VE] Add vrcp, vrsqrt, vcvt, vmrg, and vshf intrinsic instructions
Add vrcp, vrsqrt, vcvt, vmrg, and vshf intrinsic instructions and
regression tests.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D92750
More information about the All-commits
mailing list