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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to