[all-commits] [llvm/llvm-project] 5d1fe3: [PowerPC] Implemented Vector Multiply Builtins
Conanap via All-commits
all-commits at lists.llvm.org
Wed Sep 2 12:16:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5d1fe3f903b9f46b994956f3b214305be119c4e2
https://github.com/llvm/llvm-project/commit/5d1fe3f903b9f46b994956f3b214305be119c4e2
Author: Albion Fung <albionapc at gmail.com>
Date: 2020-09-02 (Wed, 02 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-multiply.ll
Log Message:
-----------
[PowerPC] Implemented Vector Multiply Builtins
This patch implements the builtins for Vector Multiply Builtins (vmulxxd family of instructions), and adds the appropriate test cases for these builtins. The builtins utilize the vector multiply instructions itnroduced with ISA 3.1.
Differential Revision: https://reviews.llvm.org/D83955
More information about the All-commits
mailing list