[all-commits] [llvm/llvm-project] 98562e: [Assignment Tracking][19/*] Account for assignment...

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Tue Nov 15 05:14:14 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 98562e8bb712bb8bcfedb8795156bbbdf6609c66
      https://github.com/llvm/llvm-project/commit/98562e8bb712bb8bcfedb8795156bbbdf6609c66
  Author: OCHyams <orlando.hyams at sony.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    M llvm/lib/Transforms/Scalar/ADCE.cpp
    A llvm/test/DebugInfo/Generic/assignment-tracking/adce/no-delete.ll

  Log Message:
  -----------
  [Assignment Tracking][19/*] Account for assignment tracking in ADCE

The Assignment Tracking debug-info feature is outlined in this RFC:

https://discourse.llvm.org/t/
rfc-assignment-tracking-a-better-way-of-specifying-variable-locations-in-ir

In an attempt to preserve more info, don't delete dbg.assign intrinsics that
are considered "out of scope" if they're linked to instructions.

Reviewed By: jmorse

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




More information about the All-commits mailing list