[LLVMbugs] [Bug 14134] New: Infinite loop in LoopVectorizer
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Oct 20 09:02:29 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=14134
Bug #: 14134
Summary: Infinite loop in LoopVectorizer
Product: libraries
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Loop Optimizer
AssignedTo: unassignedbugs at nondot.org
ReportedBy: benny.kra at gmail.com
CC: llvmbugs at cs.uiuc.edu, nrotem at apple.com
Classification: Unclassified
$ cat test.ll
define void @test() nounwind {
entry:
br label %for.body
for.body:
%0 = phi i32 [ 1, %entry ], [ 0, %for.body ]
br label %for.body
}
$ opt -loop-vectorize -S < t.ll
<never returns>
--
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