[llvm-bugs] [Bug 26193] New: [powerpc] wrong type for return value of vpkswss intrinsic
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jan 18 04:27:05 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26193
Bug ID: 26193
Summary: [powerpc] wrong type for return value of vpkswss
intrinsic
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Backend: PowerPC
Assignee: unassignedbugs at nondot.org
Reporter: oded.gabbay at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
According to PowerISA, vpkswss returns vector signed short. However, in LLVM
PowerPC backend, it is specified as vector signed char.
This causes LLVMVerifyFunction to return an error when a function which uses
vpkswss is verified.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160118/aa529536/attachment.html>
More information about the llvm-bugs
mailing list