[all-commits] [llvm/llvm-project] d32e68: [docs] Graduate VectorizationPlan.rst from proposal.

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu Aug 10 09:16:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d32e68ae539df62935ebb74cfff3d8490d1b1e35
      https://github.com/llvm/llvm-project/commit/d32e68ae539df62935ebb74cfff3d8490d1b1e35
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-08-10 (Thu, 10 Aug 2023)

  Changed paths:
    M llvm/docs/GettingInvolved.rst
    R llvm/docs/Proposals/VectorizationPlan.rst
    A llvm/docs/VectorizationPlan.rst
    M llvm/docs/Vectorizers.rst
    M llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

  Log Message:
  -----------
  [docs] Graduate VectorizationPlan.rst from proposal.

VPlan has become an integral part of the inner loop vectorizer pipeline
that has been actively developed over the previous years. Let's move
VectorizationPlan.rst from the proposal stage to bring the docs in line
and to avoid confusion when reading the docs.

Reviewed By: rengolin

Differential Revision: https://reviews.llvm.org/D157593




More information about the All-commits mailing list