[llvm-bugs] [Bug 33142] JumpThreading leaves around useless phis when removing dead basic blocks

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 25 08:01:03 PDT 2018


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

Florian Hahn <Florian.Hahn at arm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |Florian.Hahn at arm.com

--- Comment #21 from Florian Hahn <Florian.Hahn at arm.com> ---
The reproducers attached here compile without crashes now. I suspect this was
fixed by https://reviews.llvm.org/rL322401, which preserves DT & LVI in jump
threading and avoids threading over blocks marked for deletion.

-- 
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/20180925/52d3340d/attachment.html>


More information about the llvm-bugs mailing list