summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r--llvm/docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 9e5273dea48..c9f588636df 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -50,6 +50,10 @@ Non-comprehensive list of changes in this release
Makes programs 10x faster by doing Special New Thing.
+* The Loop Idiom Recognition (``-loop-idiom``) pass has learned to recognize
+ ``bcmp`` pattern, and convert it into a call to ``bcmp`` (or ``memcmp``)
+ function.
+
Changes to the LLVM IR
----------------------
OpenPOWER on IntegriCloud