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

Ehud Katz <ehudk...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |ehudk...@gmail.com

--- Comment #3 from Ehud Katz <ehudk...@gmail.com> ---
I can confirm that running opt v2.6 on the attached .ll file crashes (by the
assert in PHINode::addIncoming: "All operands to PHI node must be the same type
as the PHI node!"), while on the v9.0 (and even on v3.3) it does not crash.
It must have been fixed since v2.6.

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

Reply via email to