[LLVMbugs] [Bug 332] NEW: [adce] Crash on this function
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun May 2 19:17:45 PDT 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=332
Summary: [adce] Crash on this function
Product: libraries
Version: 1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Scalar Optimizations
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
The -adce pass crashes optimizing this function:
declare void %exp()
void %_ZN10polynomialIdE11inverse_fftERKS_ISt7complexIdEE() {
entry:
invoke void %exp( )
to label %tmp.0.i.noexc unwind label %invoke_catch.0
invoke_catch.0: ; preds = %entry
br bool false, label %UnifiedUnwindBlock, label %cond_true.i.i
cond_true.i.i: ; preds = %invoke_catch.0
ret void
tmp.0.i.noexc: ; preds = %entry
ret void
UnifiedUnwindBlock: ; preds = %invoke_catch.0
unwind
}
------- 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