Commit b9ce1590 authored by Hans Wennborg's avatar Hans Wennborg
Browse files

ReleaseNotes: minor touch-ups

llvm-svn: 311725
parent 6ca1e06c
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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,7 +78,7 @@ 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.

--------------------------