[all-commits] [llvm/llvm-project] fd2c15: [VPlan] Do not print mapping for Value2VPValue.

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Mar 18 14:44:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fd2c15e6024fa5d27dd95a8f57b33deb1eddba39
      https://github.com/llvm/llvm-project/commit/fd2c15e6024fa5d27dd95a8f57b33deb1eddba39
  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/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp

  Log Message:
  -----------
  [VPlan] Do not print mapping for Value2VPValue.

The latest improvements to VPValue printing make this mapping clear when
printing the operand. Printing the mapping separately is not required
any longer.

Reviewers: rengolin, hsaito, Ayal, gilr

Reviewed By: Ayal

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




More information about the All-commits mailing list