[llvm-bugs] [Bug 28014] [DSE] Infinite loop in DSE with infinite loop

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Oct 22 05:56:52 PDT 2020


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

Florian Hahn <florian_hahn at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Fixed By Commit(s)|                            |51ff04567b2f8d06b2062bd3ed7
                   |                            |2eab2e93e4466
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Florian Hahn <florian_hahn at apple.com> ---
DSE + MemorySSA is the default now (51ff04567b2f8d06b2062bd3ed72eab2e93e4466).

The snippet now completes: https://godbolt.org/z/Yvr4rP

I think we can consider this fixed now, as the legacy DSE code will hopefully
be removed soon.

-- 
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/20201022/a8b78574/attachment.html>


More information about the llvm-bugs mailing list