[LLVMbugs] [Bug 1608] New: Probably constfold issue
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Aug 14 10:23:41 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1608
Summary: Probably constfold issue
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Scalar Optimizations
AssignedTo: unassignedbugs at nondot.org
ReportedBy: asl at math.spbu.ru
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=1077)
--> (http://llvm.org/bugs/attachment.cgi?id=1077)
Bytecode in question
Consider attached testcase.
./opt -std-compile-opts resulted to:
define internal void @__do_global_ctors_aux() {
entry:
br label %cond_true
cond_true: ; preds = %cond_true, %entry
br label %cond_true
}
Probably a constfold issue, fallout from fixing PR166
--
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