[all-commits] [llvm/llvm-project] 4c44fa: [Assignment Tracking][5.1/*] Add deleteAssignmentM...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c44fa1c3829c2d0c6ce10b576dafbc2e0631d47
      https://github.com/llvm/llvm-project/commit/4c44fa1c3829c2d0c6ce10b576dafbc2e0631d47
  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/unittests/IR/DebugInfoTest.cpp

  Log Message:
  -----------
  [Assignment Tracking][5.1/*] Add deleteAssignmentMarkers function

deleteAssignmentMarkers(const Instruction *Inst) does exactly as you'd expect -
it deletes any dbg.assign intrinsics linked to Inst.

Reviewed By: jmorse

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




More information about the All-commits mailing list