[PATCH] D28605: Mention invariant.group in ReleaseNotes

Piotr Padlewski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 12 04:51:33 PST 2017


Prazek created this revision.
Prazek added a reviewer: hans.
Prazek added a subscriber: llvm-commits.

https://reviews.llvm.org/D28605

Files:
  docs/ReleaseNotes.rst


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -57,6 +57,9 @@
   the previously used names should become descriptions and a short name in the
   style of a programming language identifier should be added.
 
+* LLVM now handles invariant.group across different basic blocks, which makes
+  it possible to devirtualize virtual calls inside loops.
+
 * ... next change ...
 
 .. NOTE


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28605.84107.patch
Type: text/x-patch
Size: 486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170112/34938d91/attachment.bin>


More information about the llvm-commits mailing list