diff options
author | Ayal Zaks <ayal.zaks@intel.com> | 2017-05-29 15:36:23 +0000 |
---|---|---|
committer | Ayal Zaks <ayal.zaks@intel.com> | 2017-05-29 15:36:23 +0000 |
commit | 4c4baf5093c808f41044f32ddef0c62855f1b39c (patch) | |
tree | 05f5706423af7a21c4ec75862a47c092cc1212bc /llvm/docs/Vectorizers.rst | |
parent | 8fa639ecf06b7aa3497112960d00df2e952c3f84 (diff) | |
download | bcm5719-llvm-4c4baf5093c808f41044f32ddef0c62855f1b39c.tar.gz bcm5719-llvm-4c4baf5093c808f41044f32ddef0c62855f1b39c.zip |
[Docs] Add VectorizationPlan to docs/Proposals.
Following the request made in https://reviews.llvm.org/D32871, the
general documentation of the Vectorization Plan is hereby placed
under docs/Proposals.
llvm-svn: 304161
Diffstat (limited to 'llvm/docs/Vectorizers.rst')
-rw-r--r-- | llvm/docs/Vectorizers.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/llvm/docs/Vectorizers.rst b/llvm/docs/Vectorizers.rst index a909d458c31..317271af403 100644 --- a/llvm/docs/Vectorizers.rst +++ b/llvm/docs/Vectorizers.rst @@ -382,6 +382,17 @@ And Linpack-pc with the same configuration. Result is Mflops, higher is better. .. image:: linpack-pc.png +Ongoing Development Directions +------------------------------ + +.. toctree:: + :hidden: + + Proposals/VectorizationPlan + +:doc:`Proposals/VectorizationPlan` + Modeling the process and upgrading the infrastructure of LLVM's Loop Vectorizer. + .. _slp-vectorizer: The SLP Vectorizer |