[LLVMbugs] [Bug 3578] New: ConstantFold doesn't handle vector	bitcast?
    bugzilla-daemon at cs.uiuc.edu 
    bugzilla-daemon at cs.uiuc.edu
       
    Fri Feb 13 14:06:01 PST 2009
    
    
  
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: unassignedbugs at nondot.org
        ReportedBy: natebegeman at mac.com
                CC: llvmbugs at cs.uiuc.edu
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.
    
    
More information about the llvm-bugs
mailing list