summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC
diff options
context:
space:
mode:
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>2016-02-05 14:50:29 +0000
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>2016-02-05 14:50:29 +0000
commitd389c7a3ccf0108999620cfbe0ef352d18a65f59 (patch)
treeb5eefb0b4cccd4496ddac704818bb3ff57c6025b /llvm/lib/Target/PowerPC
parent0a767225187e1950afb60e39b0fbf814b1ca3f26 (diff)
downloadbcm5719-llvm-d389c7a3ccf0108999620cfbe0ef352d18a65f59.tar.gz
bcm5719-llvm-d389c7a3ccf0108999620cfbe0ef352d18a65f59.zip
Fix for PR 26193
This is a simple fix for a PowerPC intrinsic that was incorrectly defined (the return type was incorrect). llvm-svn: 259886
Diffstat (limited to 'llvm/lib/Target/PowerPC')
-rw-r--r--llvm/lib/Target/PowerPC/PPCInstrAltivec.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrAltivec.td b/llvm/lib/Target/PowerPC/PPCInstrAltivec.td
index cb0271fe8d0..53674681b21 100644
--- a/llvm/lib/Target/PowerPC/PPCInstrAltivec.td
+++ b/llvm/lib/Target/PowerPC/PPCInstrAltivec.td
@@ -736,7 +736,7 @@ def VPKSHSS : VX1_Int_Ty2<398, "vpkshss", int_ppc_altivec_vpkshss,
def VPKSHUS : VX1_Int_Ty2<270, "vpkshus", int_ppc_altivec_vpkshus,
v16i8, v8i16>;
def VPKSWSS : VX1_Int_Ty2<462, "vpkswss", int_ppc_altivec_vpkswss,
- v16i8, v4i32>;
+ v8i16, v4i32>;
def VPKSWUS : VX1_Int_Ty2<334, "vpkswus", int_ppc_altivec_vpkswus,
v8i16, v4i32>;
def VPKUHUM : VXForm_1<14, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB),
OpenPOWER on IntegriCloud