diff options
| author | Philip Reames <listmail@philipreames.com> | 2015-03-05 05:11:05 +0000 |
|---|---|---|
| committer | Philip Reames <listmail@philipreames.com> | 2015-03-05 05:11:05 +0000 |
| commit | aedd404a3deb1c90553e3b8b30a355dbf7e3e853 (patch) | |
| tree | f654e42489473d5414fa79fb015af021852d5cb3 /llvm/docs | |
| parent | 6d8e6d5ee4ac9eddf19f34deb08785302f30837b (diff) | |
| download | bcm5719-llvm-aedd404a3deb1c90553e3b8b30a355dbf7e3e853.tar.gz bcm5719-llvm-aedd404a3deb1c90553e3b8b30a355dbf7e3e853.zip | |
Add a link to the new PerformanceTips docs from the 3.7 release notes
llvm-svn: 231349
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index a3b234e2d9f..c977ebb6a49 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 |

