[llvm-branch-commits] [polly] r311725 - ReleaseNotes: minor touch-ups

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 24 15:50:05 PDT 2017


Author: hans
Date: Thu Aug 24 15:50:05 2017
New Revision: 311725

URL: http://llvm.org/viewvc/llvm-project?rev=311725&view=rev
Log:
ReleaseNotes: minor touch-ups

Modified:
    polly/branches/release_50/docs/ReleaseNotes.rst

Modified: polly/branches/release_50/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/polly/branches/release_50/docs/ReleaseNotes.rst?rev=311725&r1=311724&r2=311725&view=diff
==============================================================================
--- polly/branches/release_50/docs/ReleaseNotes.rst (original)
+++ polly/branches/release_50/docs/ReleaseNotes.rst Thu Aug 24 15:50:05 2017
@@ -4,8 +4,6 @@ Release Notes 5.0
 
 In Polly 5 the following important changes have been incorporated.
 
-- Change ...
-
 -----------------------------------
 Robustness testing: AOSP and FFMPEG
 -----------------------------------
@@ -80,12 +78,12 @@ Improved Polly Diagnostics
 
 Polly now uses the LLVM OptimizationDiagnosticInfo API for emitting diagnostic remarks.
 This allows Polly remarks to appear in the yaml optimization record when compiling
-with the flag -fsave-optimization-record. This also allow Polly remarks to appear in the opt-viewer
+with the flag -fsave-optimization-record. This also allows Polly remarks to appear in the opt-viewer
 tool, allowing for remarks to be viewed next to the source code, and sorted by hotness.
 
 --------------------------
 Polly-ACC works with Julia
 --------------------------
 
-Polly can now offload Julia to GPUs. This feature is enabled by setting the 
+Polly can now offload Julia to GPUs. This feature is enabled by setting the
 USE_POLLY_ACC variable to 1, i.e. USE_POLLY_ACC:=1.




More information about the llvm-branch-commits mailing list