Add missing builtins to the PPC back end for ABI compliance (vol. 1)
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Fri, 26 Jun 2015 19:26:53 +0000 (19:26 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Fri, 26 Jun 2015 19:26:53 +0000 (19:26 +0000)
commit7b3cde87f18b7e2edb6d45a97180a3d102d2085a
tree200fa394aa1c19046e5eaf26717920bec42929d6
parenta5d25f61ae93e088a103442614a6fa3444176735
Add missing builtins to the PPC back end for ABI compliance (vol. 1)

This patch corresponds to review:
http://reviews.llvm.org/D10638

This is the back end portion of patch
http://reviews.llvm.org/D10637
It just adds the code gen and intrinsic functions necessary to support that patch to the back end.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240820 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsPowerPC.td
lib/Target/PowerPC/PPCInstrVSX.td
test/CodeGen/PowerPC/builtins-ppc-elf2-abi.ll [new file with mode: 0644]