[all-commits] [llvm/llvm-project] 54a14c: [VPlan] Manage scalarized values using VPValues.

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Feb 16 01:08:39 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 54a14c264a245ae31e40581ab21be2ca5b6b1962
      https://github.com/llvm/llvm-project/commit/54a14c264a245ae31e40581ab21be2ca5b6b1962
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-02-16 (Tue, 16 Feb 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/vplan-printing.ll

  Log Message:
  -----------
  [VPlan] Manage scalarized values using VPValues.

This patch updates codegen to use VPValues to manage the generated
scalarized instructions.

Reviewed By: gilr

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




More information about the All-commits mailing list