[LLVMbugs] [Bug 23180] Conditional jump or move depends on uninitialised value

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 9 17:05:12 PDT 2015


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |david.majnemer at gmail.com
         Resolution|---                         |INVALID

--- Comment #3 from David Majnemer <david.majnemer at gmail.com> ---
There is no bug to fix, LLVM is free to compute whatever values based off of
uninitialized memory it likes so long as those speculative computations never
effect the program's behavior.

-- 
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/20150410/19b076fb/attachment.html>


More information about the llvm-bugs mailing list