[all-commits] [llvm/llvm-project] efa57f: [PowerPC] Implement Vector Expand Mask builtins in...
Amy Kwan via All-commits
all-commits at lists.llvm.org
Sun Sep 6 15:13:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: efa57f9a7adb11a14b4e0d930f49070c769fa6ac
https://github.com/llvm/llvm-project/commit/efa57f9a7adb11a14b4e0d930f49070c769fa6ac
Author: Amy Kwan <amy.kwan1 at ibm.com>
Date: 2020-09-06 (Sun, 06 Sep 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/p10-vector-mask-ops.ll
Log Message:
-----------
[PowerPC] Implement Vector Expand Mask builtins in LLVM/Clang
This patch implements the vec_expandm function prototypes in altivec.h in order
to utilize the vector expand with mask instructions introduced in Power10.
Differential Revision: https://reviews.llvm.org/D82727
More information about the All-commits
mailing list