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

           Summary: ConstantFold doesn't handle vector bitcast?
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core LLVM classes
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


test/Transform/InstCombine/shufflevec-constant.ll doesn't codegen to a constant
load on x86, where it should.  Rumor has it this is due to ConstantFold not
handling bitcast (<2 x float> <float 0x7FF0000000000000, float
0x7FF0000000000000> to <1 x double>).


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