[PATCH] D157593: [docs] Graduate VectorizationPlan.rst from proposal.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 10 09:16:18 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd32e68ae539d: [docs] Graduate VectorizationPlan.rst from proposal. (authored by fhahn).
Changed prior to commit:
https://reviews.llvm.org/D157593?vs=548937&id=549073#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157593/new/
https://reviews.llvm.org/D157593
Files:
llvm/docs/GettingInvolved.rst
llvm/docs/Proposals/VectorizationPlan.rst
llvm/docs/VectorizationPlan.rst
llvm/docs/Vectorizers.rst
llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Index: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
===================================================================
--- llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+++ llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -27,7 +27,7 @@
//
// There is a development effort going on to migrate loop vectorizer to the
// VPlan infrastructure and to introduce outer loop vectorization support (see
-// docs/Proposal/VectorizationPlan.rst and
+// docs/VectorizationPlan.rst and
// http://lists.llvm.org/pipermail/llvm-dev/2017-December/119523.html). For this
// purpose, we temporarily introduced the VPlan-native vectorization path: an
// alternative vectorization path that is natively implemented on top of the
Index: llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
===================================================================
--- llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
+++ llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
@@ -27,7 +27,7 @@
//
// There is a development effort going on to migrate loop vectorizer to the
// VPlan infrastructure and to introduce outer loop vectorization support (see
-// docs/Proposal/VectorizationPlan.rst and
+// docs/VectorizationPlan.rst and
// http://lists.llvm.org/pipermail/llvm-dev/2017-December/119523.html). For this
// purpose, we temporarily introduced the VPlan-native vectorization path: an
// alternative vectorization path that is natively implemented on top of the
Index: llvm/docs/Vectorizers.rst
===================================================================
--- llvm/docs/Vectorizers.rst
+++ llvm/docs/Vectorizers.rst
@@ -412,9 +412,9 @@
.. toctree::
:hidden:
- Proposals/VectorizationPlan
+ VectorizationPlan
-:doc:`Proposals/VectorizationPlan`
+:doc:`VectorizationPlan`
Modeling the process and upgrading the infrastructure of LLVM's Loop Vectorizer.
.. _slp-vectorizer:
Index: llvm/docs/GettingInvolved.rst
===================================================================
--- llvm/docs/GettingInvolved.rst
+++ llvm/docs/GettingInvolved.rst
@@ -407,7 +407,6 @@
BugpointRedesign
Proposals/TestSuite
Proposals/VariableNames
- Proposals/VectorizationPlan
Proposals/VectorPredication
:doc:`Proposals/GitHubMove`
@@ -422,9 +421,6 @@
:doc:`Proposals/VariableNames`
Proposal to change the variable names coding standard.
-:doc:`Proposals/VectorizationPlan`
- Proposal to model the process and upgrade the infrastructure of LLVM's Loop Vectorizer.
-
:doc:`Proposals/VectorPredication`
Proposal for predicated vector instructions in LLVM.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157593.549073.patch
Type: text/x-patch
Size: 2620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230810/53d4ad95/attachment.bin>
More information about the llvm-commits
mailing list