[all-commits] [llvm/llvm-project] 698ae6: [VPlan] Replace FMF in VPInstruction with VPRecipe...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Aug 8 12:13:38 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 698ae660923af74c55ee1f8a1874202cfb77474b
      https://github.com/llvm/llvm-project/commit/698ae660923af74c55ee1f8a1874202cfb77474b
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

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

  Log Message:
  -----------
  [VPlan] Replace FMF in VPInstruction with VPRecipeWithIRFlags (NFC).

Update VPInstruction to use VPRecipeWithIRFlags to manage FMFs for
VPInstruction.

Reviewed By: Ayal

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




More information about the All-commits mailing list