[all-commits] [llvm/llvm-project] 16e062: [VPlan] Mark VPPredInstPHIRecipe as not having sid...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Jul 27 11:29:54 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 16e0620d6d8397b0dd0ed773c7719320bc35201e
      https://github.com/llvm/llvm-project/commit/16e0620d6d8397b0dd0ed773c7719320bc35201e
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-07-27 (Wed, 27 Jul 2022)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
    M llvm/test/Transforms/LoopVectorize/X86/consecutive-ptr-uniforms.ll
    M llvm/test/Transforms/LoopVectorize/reduction-small-size.ll

  Log Message:
  -----------
  [VPlan] Mark VPPredInstPHIRecipe as not having side-effects.

Now that all uses of VPPredInstPHIRecipes are properly modeled, they can
be treated as not having side-effects, enabling removal.




More information about the All-commits mailing list