[LLVMbugs] [Bug 14565] New: Assertion failed: (OrigLoop->contains(BB) && "Block is not a part of a loop"), function createBlockInMask, file LoopVectorize.cpp, line 903.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Dec 10 14:20:32 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14565
Bug #: 14565
Summary: Assertion failed: (OrigLoop->contains(BB) && "Block is
not a part of a loop"), function createBlockInMask,
file LoopVectorize.cpp, line 903.
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Loop Optimizer
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rdivacky at freebsd.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 9672
--> http://llvm.org/bugs/attachment.cgi?id=9672
test case
clang -O2 -mllvm -vectorize-loops dumper.c
Assertion failed: (OrigLoop->contains(BB) && "Block is not a part of a loop"),
function createBlockInMask, file LoopVectorize.cpp, line 903.
--
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