[all-commits] [llvm/llvm-project] e8673f: [LV] Do not create separate latch block in VPlan::...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Mar 30 09:32:04 PDT 2022


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

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlan.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.h

  Log Message:
  -----------
  [LV] Do not create separate latch block in VPlan::execute.

Now that all dependencies on creating the latch block up-front have been
removed, there is no need to create it early.

Depends on D121618.

Reviewed By: Ayal

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




More information about the All-commits mailing list