[all-commits] [llvm/llvm-project] cce1b0: [PowerPC] Implement Vector Extract Low/High Order ...
biplmish via All-commits
all-commits at lists.llvm.org
Thu Aug 6 23:03:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cce1b0e8919e9b0036f5debe60865575520df1c7
https://github.com/llvm/llvm-project/commit/cce1b0e8919e9b0036f5debe60865575520df1c7
Author: biplmish <biplmish at in.ibm.com>
Date: 2020-08-07 (Fri, 07 Aug 2020)
Changed paths:
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/lib/Headers/altivec.h
M clang/test/CodeGen/builtins-ppc-p10vector.c
M llvm/include/llvm/IR/IntrinsicsPowerPC.td
M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
M llvm/test/CodeGen/PowerPC/builtins-ppc-p10permute.ll
Log Message:
-----------
[PowerPC] Implement Vector Extract Low/High Order Builtins in LLVM/Clang
This patch implements the function prototypes vec_extractl and vec_extracth in altivec.h to utilize the vector extract double element instructions introduced in Power10.
Differential Revision: https://reviews.llvm.org/D84622
More information about the All-commits
mailing list