From: Philip Reames Date: Thu, 5 Mar 2015 05:11:05 +0000 (+0000) Subject: Add a link to the new PerformanceTips docs from the 3.7 release notes X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=315492ba124078bf27f9f17d1a2f48a5ed958078;p=oota-llvm.git Add a link to the new PerformanceTips docs from the 3.7 release notes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231349 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index a3b234e2d9f..c977ebb6a49 100644 --- a/docs/ReleaseNotes.rst +++ b/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