Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / pstl / docs / ReleaseNotes.rst
blob61bee0848536bdf61ae1f5ad3631b62cf549d997
1 =======================================
2 PSTL 18.0.0 (In-Progress) Release Notes
3 =======================================
5 .. contents::
6    :local:
7    :depth: 2
9 Written by the `PSTL Team <https://pstl.llvm.org>`_
11 .. warning::
13    These are in-progress notes for the upcoming pstl 17 release.
14    Release notes for previous releases can be found on
15    `the Download Page <https://releases.llvm.org/download.html>`_.
17 Introduction
18 ============
20 This document contains the release notes for the PSTL parallel algorithms
21 library, part of the LLVM Compiler Infrastructure, release 17.0.0. Here we
22 describe the status of the library in some detail, including major improvements
23 from the previous release and new feature work. For the general LLVM release
24 notes, see `the LLVM documentation <https://llvm.org/docs/ReleaseNotes.html>`_.
25 All LLVM releases may be downloaded from the `LLVM releases web site
26 <https://llvm.org/releases/>`_.
28 Note that if you are reading this file from a source checkout or the main PSTL
29 web page, this document applies to the *next* release, not the current one.
30 To see the release notes for a specific release, please see the `releases
31 page <https://llvm.org/releases/>`_.
33 What's New in PSTL 18.0.0?
34 ==========================
36 New Features
37 ------------
39 API Changes
40 -----------