[all-commits] [llvm/llvm-project] c28929: [PowerPC] Rename the vector pair intrinsics and bu...
bsaleil via All-commits
all-commits at lists.llvm.org
Thu Dec 17 10:24:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c2892978e919bf66535729c70fba73c4c3224548
https://github.com/llvm/llvm-project/commit/c2892978e919bf66535729c70fba73c4c3224548
Author: Baptiste Saleil <baptiste.saleil at ibm.com>
Date: 2020-12-17 (Thu, 17 Dec 2020)
Changed paths:
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/Sema/SemaChecking.cpp
R clang/test/CodeGen/builtins-ppc-mma.c
A clang/test/CodeGen/builtins-ppc-pair-mma.c
R clang/test/Sema/ppc-mma-types.c
A clang/test/Sema/ppc-pair-mma-types.c
R clang/test/SemaCXX/ppc-mma-types.cpp
A clang/test/SemaCXX/ppc-pair-mma-types.cpp
M llvm/include/llvm/IR/IntrinsicsPowerPC.td
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
M llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
M llvm/test/CodeGen/PowerPC/dform-pair-load-store.ll
M llvm/test/CodeGen/PowerPC/loop-p10-pair-prepare.ll
M llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
M llvm/test/CodeGen/PowerPC/mma-outer-product.ll
M llvm/test/CodeGen/PowerPC/mma-phi-accs.ll
M llvm/test/CodeGen/PowerPC/more-dq-form-prepare.ll
R llvm/test/CodeGen/PowerPC/paired-vector-intrinsics-without-mma.ll
A llvm/test/CodeGen/PowerPC/paired-vector-intrinsics.ll
Log Message:
-----------
[PowerPC] Rename the vector pair intrinsics and builtins to replace the _mma_ prefix by _vsx_
On PPC, the vector pair instructions are independent from MMA.
This patch renames the vector pair LLVM intrinsics and Clang builtins to replace the _mma_ prefix by _vsx_ in their names.
We also move the vector pair type/intrinsic/builtin tests to their own files.
Differential Revision: https://reviews.llvm.org/D91974
More information about the All-commits
mailing list