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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to