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

           Summary: DAGCombiner/SelectionDAG are not safe when using
                    vectors
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Common Code Generator Code
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Akin to Bugs 6438/6335 there is a mismatch when passing in arguments to certain
functions that expect the bitsize between the scalar components to be
equivalent. However the calling function passes in the bitsize of the vector
instead of the scalartype.

-- 
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