[LLVMbugs] [Bug 5450] New: Identical cases in a SwitchInst causes an assertion failure
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Nov 9 23:58:21 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=5450
Summary: Identical cases in a SwitchInst causes an assertion
failure
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: ian at mckellar.org
CC: llvmbugs at cs.uiuc.edu
Using the LLVM API it's possible to create a SwitchInst where several of the
cases have the same value. During code generation this now causes a crash. I'm
working against the LLVM snapshot used in unladen-swallow. I'll attach a test
case in a sec....
--
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