[llvm] r231349 - Add a link to the new PerformanceTips docs from the 3.7 release notes

Philip Reames listmail at philipreames.com
Wed Mar 4 21:11:06 PST 2015


Author: reames
Date: Wed Mar  4 23:11:05 2015
New Revision: 231349

URL: http://llvm.org/viewvc/llvm-project?rev=231349&view=rev
Log:
Add a link to the new PerformanceTips docs from the 3.7 release notes


Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=231349&r1=231348&r2=231349&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Wed Mar  4 23:11:05 2015
@@ -44,6 +44,11 @@ Non-comprehensive list of changes in thi
 * 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





More information about the llvm-commits mailing list