[llvm-bugs] [Bug 38154] SVN r336812 triggers assert "Assertion `(allConstant(VL) || allSameType(VL)) && "Invalid types!"' failed."

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jul 13 04:29:03 PDT 2018


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

Simon Pilgrim <llvm-dev at redking.me.uk> changed:

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

--- Comment #3 from Simon Pilgrim <llvm-dev at redking.me.uk> ---
Thanks for the test case.

This should be fixed by rL336989 - we were checking for the same src types in a
pair of alternate casts but only the first time they don't have the same
opcode, not every case.

-- 
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/20180713/4465262e/attachment.html>


More information about the llvm-bugs mailing list