From aedd404a3deb1c90553e3b8b30a355dbf7e3e853 Mon Sep 17 00:00:00 2001 From: Philip Reames Date: Thu, 5 Mar 2015 05:11:05 +0000 Subject: [PATCH] Add a link to the new PerformanceTips docs from the 3.7 release notes llvm-svn: 231349 --- llvm/docs/ReleaseNotes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index a3b234e..c977ebb6 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -44,6 +44,11 @@ Non-comprehensive list of changes in this release * The minimum required Visual Studio version for building LLVM is now 2013 Update 4. +* A new documentation page, :doc:`Frontend/PerformanceTips`, contains a + collection of tips for frontend authors on how to generate IR which LLVM is + able to effectively optimize. + + * ... next change ... .. NOTE -- 2.7.4