[llvm-branch-commits] [llvm-branch] r245202 - Add some words about PPC QPX support to the release notes

Hal Finkel via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Aug 17 01:40:46 PDT 2015


Author: hfinkel
Date: Mon Aug 17 03:40:45 2015
New Revision: 245202

URL: http://llvm.org/viewvc/llvm-project?rev=245202&view=rev
Log:
Add some words about PPC QPX support to the release notes

Modified:
    llvm/branches/release_37/docs/ReleaseNotes.rst

Modified: llvm/branches/release_37/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/ReleaseNotes.rst?rev=245202&r1=245201&r2=245202&view=diff
==============================================================================
--- llvm/branches/release_37/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_37/docs/ReleaseNotes.rst Mon Aug 17 03:40:45 2015
@@ -183,7 +183,8 @@ There are numerous improvements to the P
 
 * Loops may be restructured to leverage pre-increment loads and stores.
 
-* QPX - Hal, please say a few words.
+* QPX - The vector instruction set used by the IBM Blue Gene/Q supercomputers
+  is now supported.
 
 * Loads from the TOC area are now correctly treated as invariant.
 




More information about the llvm-branch-commits mailing list