[all-commits] [llvm/llvm-project] ef0d14: Recommit "[VPlan] Add VPReductionPHIRecipe (NFC)."...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Jul 6 06:20:59 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef0d147cdcaf170de80ca6bb0208a2a519fbf083
      https://github.com/llvm/llvm-project/commit/ef0d147cdcaf170de80ca6bb0208a2a519fbf083
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-07-06 (Tue, 06 Jul 2021)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.h
    M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
    M llvm/lib/Transforms/Vectorize/VPlanValue.h
    M llvm/test/Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
    M llvm/test/Transforms/LoopVectorize/vplan-printing.ll

  Log Message:
  -----------
  Recommit "[VPlan] Add VPReductionPHIRecipe (NFC)." and follow-ups.

This reverts commit 706bbfb35bd31051e46ac77aab3e9b2dbc3abe78.

The committed version moves the definition of VPReductionPHIRecipe out
of an ifdef only intended for ::print helpers. This should resolve the
build failures that caused the revert




More information about the All-commits mailing list