[all-commits] [llvm/llvm-project] 05aa99: [PowerPC] Implement __int128 vector divide operations
Conanap via All-commits
all-commits at lists.llvm.org
Tue Sep 15 12:20:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 05aa997d511eed530305e2f3aa401584d0691186
https://github.com/llvm/llvm-project/commit/05aa997d511eed530305e2f3aa401584d0691186
Author: Albion Fung <conanap at lep82435v.canlab.ibm.com>
Date: 2020-09-15 (Tue, 15 Sep 2020)
Changed paths:
M clang/lib/Headers/altivec.h
M clang/test/CodeGen/builtins-ppc-p10vector.c
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
M llvm/test/CodeGen/PowerPC/p10-vector-divide.ll
Log Message:
-----------
[PowerPC] Implement __int128 vector divide operations
This patch implements __int128 vector divide operations for ISA3.1.
Differential Revision: https://reviews.llvm.org/D85453
More information about the All-commits
mailing list