[all-commits] [llvm/llvm-project] 31923f: [VPlan] Disconnect VPValue and VPUser.

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Sep 23 06:55:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 31923f6b360300b8b148ad257419766999dfe504
      https://github.com/llvm/llvm-project/commit/31923f6b360300b8b148ad257419766999dfe504
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-09-23 (Wed, 23 Sep 2020)

  Changed paths:
    M llvm/docs/Proposals/VectorizationPlan.rst
    M llvm/lib/Transforms/Vectorize/VPlan.h
    M llvm/lib/Transforms/Vectorize/VPlanSLP.cpp
    M llvm/lib/Transforms/Vectorize/VPlanValue.h

  Log Message:
  -----------
  [VPlan] Disconnect VPValue and VPUser.

This refactors VPuser to not inherit from VPValue to facilitate
introducing operations that introduce multiple VPValues (e.g.
VPInterleaveRecipe).

Reviewed By: Ayal

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




More information about the All-commits mailing list