[all-commits] [llvm/llvm-project] ca1b2f: [LV] Remove LoopVectorBody from InnerLoopVectorize...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Mar 15 01:23:33 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ca1b2fc9fbad17fb4103c3595aabb3e137bcbea8
      https://github.com/llvm/llvm-project/commit/ca1b2fc9fbad17fb4103c3595aabb3e137bcbea8
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-03-15 (Tue, 15 Mar 2022)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

  Log Message:
  -----------
  [LV] Remove LoopVectorBody from InnerLoopVectorizer. (NFCI)

Update places still referencing LoopVectorBody to use the vector loop to
get the vector loop header. This is needed to move vector loop
code-generation to VPlan completely, which in turn is needed to model
pre-header & exit blocks in VPlan as well.




More information about the All-commits mailing list