[prev in list] [next in list] [prev in thread] [next in thread] 

List:       llvm-bugs
Subject:    [LLVMbugs] [Bug 7273] New: error in sse code with _mm_set1_ps
From:       bugzilla-daemon () llvm ! org
Date:       2010-05-31 18:41:37
Message-ID: bug-7273-206 () http ! llvm ! org/bugs/
[Download RAW message or body]

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

           Summary: error in sse code with _mm_set1_ps
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs@nondot.org
        ReportedBy: scoopr@iki.fi
                CC: llvmbugs@cs.uiuc.edu


Created an attachment (id=4956)
 --> (http://llvm.org/bugs/attachment.cgi?id=4956)
testcase

Attached testcase fails in codegen. 

For reference, this is reduced from Bullet Physics
src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp 

Actually, just  
__m128 v; __mm_set1_ps(v);
Triggers the codegen failure, I don't know if that should even go as far as
codegen, I see _mm_set1_ps defined as taking a float argument.

But the test-case relies on implicit cast operator to float, and I'm guessing
it is choosing the wrong cast.

-- 
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
LLVMbugs@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic