[all-commits] [llvm/llvm-project] fd16ff: Reapply: [NFC] Move getDebugValueLoc from static i...

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Tue Nov 8 08:38:11 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fd16ff3a7ef7c03932066ed992a672d7e8abd304
      https://github.com/llvm/llvm-project/commit/fd16ff3a7ef7c03932066ed992a672d7e8abd304
  Author: OCHyams <orlando.hyams at sony.com>
  Date:   2022-11-08 (Tue, 08 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:
  -----------
  Reapply: [NFC] Move getDebugValueLoc from static in Local.cpp to DebugInfo.h

Reverted in b22d80dc6a6af6328d68f7b944627f9278ff6ffb.

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