[LLVMbugs] [Bug 18642] New: Assertion `L->isLCSSAForm(*DT) && "Indvars did not leave the loop in lcssa form!"' failed.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jan 28 03:09:29 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18642
Bug ID: 18642
Summary: Assertion `L->isLCSSAForm(*DT) && "Indvars did not
leave the loop in lcssa form!"' failed.
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: kcc at google.com
CC: chandlerc at gmail.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 11957
--> http://llvm.org/bugs/attachment.cgi?id=11957&action=edit
z.cc (full reproducer)
on r200308
% clang -cc1 -O3 -std=gnu++11 z.cc -triple x86_64-unknown-linux-gnu -emit-obj
clang: /home/kcc/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp:1882: virtual
bool {anonymous}::IndVarSimplify::runOnLoop(llvm::Loop*, llvm::LPPassManager&):
Assertion `L->isLCSSAForm(*DT) && "Indvars did not leave the loop in lcssa
form!"' failed.
Test case comes from Chromium. Minimized reproducer coming later.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140128/e024561f/attachment.html>
More information about the llvm-bugs
mailing list