[all-commits] [llvm/llvm-project] 3f7860: [PowerPC] Add paired vector load and store builtin...
bsaleil via All-commits
all-commits at lists.llvm.org
Fri Nov 13 10:36:03 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3f78605a8cb121d005c0ad11cce83cf58be983f2
https://github.com/llvm/llvm-project/commit/3f78605a8cb121d005c0ad11cce83cf58be983f2
Author: Baptiste Saleil <baptiste.saleil at ibm.com>
Date: 2020-11-13 (Fri, 13 Nov 2020)
Changed paths:
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGen/builtins-ppc-mma.c
M clang/test/Sema/ppc-mma-types.c
M llvm/include/llvm/IR/IntrinsicsPowerPC.td
M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/PowerPC/PPCInstrInfo.td
M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
M llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
A llvm/test/CodeGen/PowerPC/dform-pair-load-store.ll
A llvm/test/CodeGen/PowerPC/loop-p10-pair-prepare.ll
M llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
Log Message:
-----------
[PowerPC] Add paired vector load and store builtins and intrinsics
This patch adds the Clang builtins and LLVM intrinsics to load and store vector pairs.
Differential Revision: https://reviews.llvm.org/D90799
More information about the All-commits
mailing list