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)
commitf502a428e6ea11fe222d369d2212e661f702ed73
treee6e93cf030e8583c28e6d664eba00a0796f3e4b3
parentaf61ac71e25ff79dea3b9a71d2f4aadb9e2cd29e
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.

llvm-svn: 240820
llvm/include/llvm/IR/IntrinsicsPowerPC.td
llvm/lib/Target/PowerPC/PPCInstrVSX.td
llvm/test/CodeGen/PowerPC/builtins-ppc-elf2-abi.ll [new file with mode: 0644]