[PowerPC] Implement Vector signed/unsigned __int128 overloads for the comparison...
authorAlbion Fung <conanap@lep82435v.canlab.ibm.com>
Wed, 23 Sep 2020 20:37:48 +0000 (16:37 -0400)
committerAlbion Fung <conanap@lep82435v.canlab.ibm.com>
Wed, 23 Sep 2020 20:49:40 +0000 (16:49 -0400)
commit88cdbeab417cc716d1da2de2a508d24622f4a4bc
tree2b8bba2c92457a0ab457e96f955a83e6dea89dce
parent57f097420d43adf3f38d66b31ed4ef49da62ae75
[PowerPC] Implement Vector signed/unsigned __int128 overloads for the comparison builtins

This patch implements Vector signed/unsigned __int128 overloads for the comparison builtins.

Differential Revision: https://reviews.llvm.org/D87804
clang/include/clang/Basic/BuiltinsPPC.def
clang/lib/Headers/altivec.h
clang/test/CodeGen/builtins-ppc-p10vector.c
llvm/include/llvm/IR/IntrinsicsPowerPC.td
llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/test/CodeGen/PowerPC/vec_cmpq.ll [new file with mode: 0644]