[LLVMbugs] [Bug 21327] Invalid optimization for "==" on pointers
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Oct 21 16:02:01 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=21327
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Fixed in r220343:
x = 0x7fff62af27c0
x0 = 0x7fff62af27c0
x1 = 0x7fff62af2840
y = 0x7fff62af2740
y0 = 0x7fff62af2740
y1 = 0x7fff62af27c0
x immediately follows y
ok
I'm still interested in whether this came from real code or it's just an
experiment or whatever.
--
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/20141021/fb67ca3a/attachment.html>
More information about the llvm-bugs
mailing list