[LLVMbugs] [Bug 3388] New: Unsupported bith width
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Jan 24 04:46:17 PST 2009
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: unassignedbugs at nondot.org
ReportedBy: lennart at augustsson.net
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list