[all-commits] [llvm/llvm-project] 80378a: [NFC] Move getDebugValueLoc from static in Local.c...

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Mon Nov 7 07:15:24 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 80378a4ca725eeeae940b99220b3913f7b73c895
      https://github.com/llvm/llvm-project/commit/80378a4ca725eeeae940b99220b3913f7b73c895
  Author: OCHyams <orlando.hyams at sony.com>
  Date:   2022-11-07 (Mon, 07 Nov 2022)

  Changed paths:
    M llvm/include/llvm/IR/DebugInfo.h
    M llvm/lib/IR/DebugInfo.cpp
    M llvm/lib/Transforms/Utils/Local.cpp

  Log Message:
  -----------
  [NFC] Move getDebugValueLoc from static in Local.cpp to DebugInfo.h

Move getDebugValueLoc so that it can be accessed from DebugInfo.h for the
Assignment Tracking patch stack and remove redundant parameter Src.

Reviewed By: jryans

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




More information about the All-commits mailing list