[all-commits] [llvm/llvm-project] e6a748: [VPlan] Use underlying value for printing, if avai...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Mar 18 10:48:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e6a74803d4ee59dce5eed24727c8f52bc9774e61
      https://github.com/llvm/llvm-project/commit/e6a74803d4ee59dce5eed24727c8f52bc9774e61
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlan.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.h
    M llvm/lib/Transforms/Vectorize/VPlanValue.h
    M llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
    M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp

  Log Message:
  -----------
  [VPlan] Use underlying value for printing, if available.

When the an underlying value is available, we can use its name for
printing, as discussed in D73078.

Reviewers: rengolin, hsaito, Ayal, gilr

Reviewed By: Ayal

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




More information about the All-commits mailing list