[all-commits] [llvm/llvm-project] edc92a: [LV] Remove VPCallback.

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Feb 19 04:53:47 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: edc92a1c42590a1fb5e852cea6ffbc253e5e0a7f
      https://github.com/llvm/llvm-project/commit/edc92a1c42590a1fb5e852cea6ffbc253e5e0a7f
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-02-19 (Fri, 19 Feb 2021)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.h
    M llvm/test/Transforms/LoopVectorize/outer_loop_test2.ll

  Log Message:
  -----------
  [LV] Remove VPCallback.

Now that all state for generated instructions is managed directly in
VPTransformState, VPCallBack is no longer needed. This patch updates the
last use of `getOrCreateScalarValue` to instead manage the value
directly in VPTransformState and removes VPCallback.

Reviewed By: gilr

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




More information about the All-commits mailing list