[all-commits] [llvm/llvm-project] 55f56c: [VPlan] Introduce VPValue::hasDefiningRecipe helpe...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Nov 16 15:13:11 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 55f56cdc3329b9af059caf7fd5df01fe4e54eb14
      https://github.com/llvm/llvm-project/commit/55f56cdc3329b9af059caf7fd5df01fe4e54eb14
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-11-16 (Wed, 16 Nov 2022)

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

  Log Message:
  -----------
  [VPlan] Introduce VPValue::hasDefiningRecipe helper (NFC).

This clarifies the intention of code that uses the helper.

Suggested by @Ayal during review of D136068, thanks!




More information about the All-commits mailing list