From 4c4baf5093c808f41044f32ddef0c62855f1b39c Mon Sep 17 00:00:00 2001 From: Ayal Zaks Date: Mon, 29 May 2017 15:36:23 +0000 Subject: [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 --- llvm/docs/Vectorizers.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'llvm/docs/Vectorizers.rst') 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 -- cgit v1.2.3