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

Sanjay Patel <spatel+l...@rotateright.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #5 from Sanjay Patel <spatel+l...@rotateright.com> ---
https://reviews.llvm.org/rL323331

Unfortunately, this pushes the underlying problems for other passes
(jump-threading, simplifycfg, correlated-propagation) into hiding. If someone
wants to uncover those again, the first draft of this patch at D42442 would do
that (it would assert rather than bail out).

Resolving as "fixed" because we won't crash anymore, but there are potentially
better fixes as discussed here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to