[LLVMbugs] [Bug 19670] wrong code at -O2 on x86_64-linux-gnu (affecting trunk and 3.4) (indvars, nuw)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Sep 2 09:28:58 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19670
David Majnemer <david.majnemer at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |david.majnemer at gmail.com
Resolution|--- |WORKSFORME
--- Comment #5 from David Majnemer <david.majnemer at gmail.com> ---
As of r216911, I see the following:
cond.false.i.i.i: ; preds = %for.inc.split.i.i
%add.i.i.i = add nsw i32 %j.0.ph.i.i, 1
br label %for.cond.outer.i.i
The program doesn't infloop on -O3.
--
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/20140902/72a72f74/attachment.html>
More information about the llvm-bugs
mailing list