[all-commits] [llvm/llvm-project] 88874f: [PowerPC]Implement Vector Shift Double Bit Immedia...
biplmish via All-commits
all-commits at lists.llvm.org
Wed Jul 1 18:43:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 88874f07464467f3852dd662d180f7738756649b
https://github.com/llvm/llvm-project/commit/88874f07464467f3852dd662d180f7738756649b
Author: Biplob Mishra <biplmish at in.ibm.com>
Date: 2020-07-01 (Wed, 01 Jul 2020)
Changed paths:
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/lib/Headers/altivec.h
M clang/lib/Sema/SemaChecking.cpp
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/builtins-ppc-p10permute.ll
Log Message:
-----------
[PowerPC]Implement Vector Shift Double Bit Immediate Builtins
Implement Vector Shift Double Bit Immediate Builtins in LLVM/Clang.
* vec_sldb ();
* vec_srdb ();
Differential Revision: https://reviews.llvm.org/D82440
More information about the All-commits
mailing list