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

           Summary: Unsupported bith width
           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]


So I guess some bit widths don't work.  I quote from the LLVM language
reference "Any bit width from 1 bit to 2^23-1 (about 8 million) can be
specified.".
Is there's a difference between something that can be specified and something
that actually works?

Simple example failing on LLVM 2.4, x86:

define i320 @fun(i320, i320) {
_L1:
        %2 = add i320 %1, %0
        ret i320 %2
}


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