[all-commits] [llvm/llvm-project] 42fb1f: [VPlan] Use DebugLoc from recipe in VPWidenCallRec...

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Jan 19 05:39:42 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 42fb1fac9e72d080b6be5e4dac0689659a801638
      https://github.com/llvm/llvm-project/commit/42fb1fac9e72d080b6be5e4dac0689659a801638
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-01-19 (Fri, 19 Jan 2024)

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

  Log Message:
  -----------
  [VPlan] Use DebugLoc from recipe in VPWidenCallRecipe (NFCI).

Instead of using the debug location of the underlying instruction, use
the debug location from the recipe. This removes an unneeded dependency
of the underlying instruction.




More information about the All-commits mailing list