[llvm-bugs] [Bug 37479] LoopIdiomRecognize can turn infinite loops into countable loop using ctlz

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jun 1 11:33:05 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=37479

Craig Topper <craig.topper at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
 Fixed By Commit(s)|                            |r333702

--- Comment #6 from Craig Topper <craig.topper at gmail.com> ---
Fixed by r333702 where we now ask ValueTracking if can prove the input is
non-negative.

-- 
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/20180601/adac505f/attachment-0001.html>


More information about the llvm-bugs mailing list