[all-commits] [llvm/llvm-project] 4b67c5: [VPlan] Use recipe debug loc instead of instr DLs ...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Apr 2 13:51:57 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b67c53e206ea13963acb2452d681aa744344018
      https://github.com/llvm/llvm-project/commit/4b67c53e206ea13963acb2452d681aa744344018
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2025-04-02 (Wed, 02 Apr 2025)

  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] Use recipe debug loc instead of instr DLs in more cases (NFC)

Update both VPInterleaveRecipe and VPReplicateRecipe codegen to use
debug location directly from the recipe, not the underlying instruction.
This removes another dependency on underlying instructions.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list