[all-commits] [llvm/llvm-project] ca4646: [PowerPC] Implement Vector Blend Builtins in LLVM/...
biplmish via All-commits
all-commits at lists.llvm.org
Thu Jul 2 14:55:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ca464639a1c9dd3944eb055ffd2796e8c2e7639f
https://github.com/llvm/llvm-project/commit/ca464639a1c9dd3944eb055ffd2796e8c2e7639f
Author: Biplob Mishra <biplmish at in.ibm.com>
Date: 2020-07-02 (Thu, 02 Jul 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 Blend Builtins in LLVM/Clang
Implements vec_blendv()
Differential Revision: https://reviews.llvm.org/D82774
More information about the All-commits
mailing list