[llvm-bugs] [Bug 33062] [OPENMP] positive loop step not recognized as such
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed May 17 07:46:08 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33062
Alexey Bataev <a.bataev at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Alexey Bataev <a.bataev at hotmail.com> ---
The error message is correct here:
0u-1u is 4294967295 (because it is unsigned), so you're not incrementing the
loop counter.
--
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/20170517/e828bd1c/attachment.html>
More information about the llvm-bugs
mailing list