[all-commits] [llvm/llvm-project] 2c14cd: [VPlan] Turn external defs in Value -> VPValue map...

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu Apr 14 03:03:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c14cdf831b677063a6518904b765c1f08d8557b
      https://github.com/llvm/llvm-project/commit/2c14cdf831b677063a6518904b765c1f08d8557b
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-04-14 (Thu, 14 Apr 2022)

  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/VPlanHCFGBuilder.cpp
    M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
    M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp

  Log Message:
  -----------
  [VPlan] Turn external defs in Value -> VPValue mapping.

This addresses an existing TODO by keeping a mapping of external IR
Value * definitions wrapped in VPValues for use in a VPlan.

Reviewed By: Ayal

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




More information about the All-commits mailing list