Skip to content

Commit

Permalink
Revert r367941 "Add a note to the release not about a potentially bre…
Browse files Browse the repository at this point in the history
…aking optimization"

The note was moved to the release_90 branch in r367997.

llvm-svn: 367998
  • Loading branch information
zmodem committed Aug 6, 2019
1 parent 001ecbd commit dba4dd1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions llvm/docs/ReleaseNotes.rst
Expand Up @@ -50,19 +50,6 @@ Non-comprehensive list of changes in this release
Makes programs 10x faster by doing Special New Thing.
Noteworthy optimizations
------------------------

* LLVM will now remove stores to constant memory (since this is a
contradiction) under the assumption the code in question must be dead. This
has proven to be problematic for some C/C++ code bases which expect to be
able to cast away 'const'. This is (and has always been) undefined
behavior, but up until now had not been actively utilized for optimization
purposes in this exact way. For more information, please see:
`bug 42763 <https://bugs.llvm.org/show_bug.cgi?id=42763>_` and
`post commit discussion <http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20190422/646945.html>_`.


Changes to the LLVM IR
----------------------

Expand Down

0 comments on commit dba4dd1

Please sign in to comment.