summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorPiotr Padlewski <piotr.padlewski@gmail.com>2018-05-18 23:53:46 +0000
committerPiotr Padlewski <piotr.padlewski@gmail.com>2018-05-18 23:53:46 +0000
commit6ebd054bb6197e2be60b0ad176f740c871c39091 (patch)
tree16501b318ab5ac607afb34705c1544ad5881cbef /docs/ReleaseNotes.rst
parentda5cef7c1892aa9fa0c90759199734baeb3c16e9 (diff)
Dissallow non-empty metadata for invariant.group
Summary: This feature is not needed, but it might be usefull in the future to use metadata to mark what which function should support it (and strip it when not). Reviewers: rsmith, sanjoy, amharc, kuhar Subscribers: hiraditya, llvm-commits Differential Revision: https://reviews.llvm.org/D45419 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332787 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index b8da1949643..614c63a6547 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -109,6 +109,8 @@ Changes to the LLVM IR
* invariant.group.barrier has been renamed to launder.invariant.group.
+* invariant.group metadata can now refer only empty metadata nodes.
+
Changes to the ARM Backend
--------------------------