[all-commits] [llvm/llvm-project] cc1a63: [VPlan] Add VPUserID to distinguish between recipe...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue May 18 01:18:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cc1a6361d34e270b407f91a6e2e76c7fb324ee2d
      https://github.com/llvm/llvm-project/commit/cc1a6361d34e270b407f91a6e2e76c7fb324ee2d
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-05-18 (Tue, 18 May 2021)

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

  Log Message:
  -----------
  [VPlan] Add VPUserID to distinguish between recipes and others.

This allows cast/dyn_cast'ing from VPUser to recipes. This is needed
because there are VPUsers that are not recipes.

Reviewed By: gilr, a.elovikov

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




More information about the All-commits mailing list