http://llvm.org/bugs/show_bug.cgi?id=6115

           Summary: What does 'Cannot yet select: intrinsic
                    %llvm.x86.sse41.dpps' mean?
           Product: Documentation
           Version: 2.6
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: General docs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=4093)
 --> (http://llvm.org/bugs/attachment.cgi?id=4093)
LLVM assembly program that causes llvmc to abort with the strange message

In the attached LLVM assembly program I have manually replaced some vector
manipulations by the dot product instruction of ix86's SSE4 extension.
When I compile the file I get
$  llvmc -S dpps-test.ll
Cannot yet select: LLVM ERROR: Cannot yet select: intrinsic
%llvm.x86.sse41.dpps

What does it mean? Have I used the intrinsic in a wrong way, or is it just not
implemented? Or is the compiler uncertain about the CodeGen target?


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to