[all-commits] [llvm/llvm-project] a202a3: [NFC][Utils] Remove DebugInfoFinder parameter from...

Artem Pianykh via All-commits all-commits at lists.llvm.org
Fri Dec 6 04:41:51 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a202a35e79b2885061e744bd551814560c4bef14
      https://github.com/llvm/llvm-project/commit/a202a35e79b2885061e744bd551814560c4bef14
  Author: Artem Pianykh <artem.pyanykh at gmail.com>
  Date:   2024-12-06 (Fri, 06 Dec 2024)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/Cloning.h
    M llvm/lib/Transforms/Utils/CloneFunction.cpp

  Log Message:
  -----------
  [NFC][Utils] Remove DebugInfoFinder parameter from CloneBasicBlock (#118620)


Summary:
There was a single usage of CloneBasicBlock with non-default
DebugInfoFinder inside CloneFunctionInto which has been refactored in
more focused.

Test Plan:
ninja check-llvm-unit check-llvm



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