[LLVMbugs] [Bug 1255] NEW: Should enhance LLVM switch instruction to take case ranges
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Mar 13 08:31:48 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1255
Summary: Should enhance LLVM switch instruction to take case
ranges
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
The LLVM switch instruction should handle ranges of case values that go to the same destination without
enumerating all of them.
This would be good to do before 2.0, and would be a great project for someone who wants to learn/touch
more of LLVM.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list