aboutsummaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorTobias Hieta <tobias@hieta.se>2023-07-25 13:57:22 +0200
committerTobias Hieta <tobias@hieta.se>2023-07-25 13:58:49 +0200
commit4706251a3186c34da0ee8fd894f7e6b095da8fdc (patch)
treef74bb20a43f52def66fa486bbdded8ec3a32c378 /polly
parentab720289ca8f9b04674b915f6a74d81847c9c341 (diff)
downloadllvm-4706251a3186c34da0ee8fd894f7e6b095da8fdc.zip
llvm-4706251a3186c34da0ee8fd894f7e6b095da8fdc.tar.gz
llvm-4706251a3186c34da0ee8fd894f7e6b095da8fdc.tar.bz2
Clear release notes for 18.xllvmorg-18-init
Diffstat (limited to 'polly')
-rw-r--r--polly/docs/ReleaseNotes.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst
index 691b6e6..f7c9689 100644
--- a/polly/docs/ReleaseNotes.rst
+++ b/polly/docs/ReleaseNotes.rst
@@ -11,15 +11,3 @@ In Polly |version| the following important changes have been incorporated.
the new features that have recently been committed to our development
branch.
-
-- Support for -polly-vectorizer=polly has been removed. Polly's internal
- vectorizer is not well maintained and is known to not work in some cases
- such as region ScopStmts. Unlike LLVM's LoopVectorize pass it also does
- not have a target-dependent cost heuristics, and we recommend using
- LoopVectorize instead of -polly-vectorizer=polly.
-
- In the future we hope that Polly can collaborate better with LoopVectorize,
- like Polly marking a loop is safe to vectorize with a specific simd width,
- instead of replicating its functionality.
-
-- Polly-ACC has been removed.