[all-commits] [llvm/llvm-project] 76afbf: [VPlan] Replace uses with new value in VPInstructi...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Jan 25 11:38:38 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 76afbf60ed7fb48233c9af9f74f2e8399fd38214
      https://github.com/llvm/llvm-project/commit/76afbf60ed7fb48233c9af9f74f2e8399fd38214
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-01-25 (Mon, 25 Jan 2021)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

  Log Message:
  -----------
  [VPlan] Replace uses with new value in VPInstructionsToVPRecipe (NFC).

Now that VPRecipeBase inherits from VPDef, we can always use the new
VPValue for replacement, if the recipe defines one. Given the recipes
that are supported at the moment, all new recipes must have either 0 or
1 defined values.




More information about the All-commits mailing list