[LLVMbugs] [Bug 21701] Wrong Type Check in StoreInst::AssertOK

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 1 23:29:58 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=21701

David Majnemer <david.majnemer at gmail.com> changed:

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

--- Comment #3 from David Majnemer <david.majnemer at gmail.com> ---
Types with the same TypeID will also have the same pointer value.  This is a
core aspect of the LLVM type system:
http://llvm.org/docs/ProgrammersManual.html#the-type-class-and-derived-types

> given two Type* values, the types are identical if the pointers are identical.

-- 
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/20141202/f2f29cc1/attachment.html>


More information about the llvm-bugs mailing list