[LLVMbugs] [Bug 3397] New: Wide multiplications fail

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Jan 24 17:07:48 PST 2009


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

           Summary: Wide multiplications fail
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: lennart at augustsson.net
                CC: llvmbugs at cs.uiuc.edu


The LLVM 2.6svn rev 62947, generating x86 code for

define i1 @fun(i128, i128, i128) {
_L1:
        %3 = mul i128 %1, %0
        %4 = icmp eq i128 %2, %3
        ret i1 %4
}

gives this:
Call result #2 has unhandled type i32


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