[all-commits] [llvm/llvm-project] 3fa1b2: [VPlan] Print blend recipe as operand directly, in...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Sep 4 04:36:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3fa1b254b7fa90f22bd91173a54afca02ae6ed2a
      https://github.com/llvm/llvm-project/commit/3fa1b254b7fa90f22bd91173a54afca02ae6ed2a
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
    M llvm/test/Transforms/LoopVectorize/vplan-printing.ll
    M llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge.ll

  Log Message:
  -----------
  [VPlan] Print blend recipe as operand directly, instead of IR PHI.

Update VPBlendRecipe::print() to print the result directly, instead of
relying on the stored Phi pointer. This brings the recipe in line with
how other recipes are printed.




More information about the All-commits mailing list