Merging r259886 and r259888:
authorHans Wennborg <hans@hanshq.net>
Fri, 5 Feb 2016 16:30:31 +0000 (16:30 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 5 Feb 2016 16:30:31 +0000 (16:30 +0000)
commit56d368f5a52e60fa29891a6647034fffbba8713b
tree9e2618aaad252d9c0e76e9bea726117b72be703e
parent9be4dc8ab20a009ed5f24610888421ba84f8ec65
Merging r259886 and r259888:

------------------------------------------------------------------------
r259886 | nemanjai | 2016-02-05 06:50:29 -0800 (Fri, 05 Feb 2016) | 5 lines

Fix for PR 26193

This is a simple fix for a PowerPC intrinsic that was incorrectly defined
(the return type was incorrect).
------------------------------------------------------------------------

------------------------------------------------------------------------
r259888 | nemanjai | 2016-02-05 07:03:17 -0800 (Fri, 05 Feb 2016) | 3 lines

Add the missing test case for PR26193
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@259891 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsPowerPC.td
lib/Target/PowerPC/PPCInstrAltivec.td
test/CodeGen/PowerPC/pr26193.ll [new file with mode: 0644]