[all-commits] [llvm/llvm-project] c7ec3a: [PowerPC] Implement Vector Extract Mask builtins i...
Amy Kwan via All-commits
all-commits at lists.llvm.org
Mon Aug 17 19:14:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c7ec3a7e338cd8e58424a66d29162e9b6a5847f7
https://github.com/llvm/llvm-project/commit/c7ec3a7e338cd8e58424a66d29162e9b6a5847f7
Author: Amy Kwan <amy.kwan1 at ibm.com>
Date: 2020-08-17 (Mon, 17 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
A llvm/test/CodeGen/PowerPC/p10-vector-mask-ops.ll
Log Message:
-----------
[PowerPC] Implement Vector Extract Mask builtins in LLVM/Clang
This patch implements the vec_extractm function prototypes in altivec.h in
order to utilize the vector extract with mask instructions introduced in Power10.
Differential Revision: https://reviews.llvm.org/D82675
More information about the All-commits
mailing list