[Assignment Tracking][10/*] salvageDebugInfo for dbg.assign intrinsics
authorOCHyams <orlando.hyams@sony.com>
Wed, 9 Nov 2022 11:39:29 +0000 (11:39 +0000)
committerOCHyams <orlando.hyams@sony.com>
Wed, 9 Nov 2022 11:49:46 +0000 (11:49 +0000)
commit23bb4735cad4027c55ca45f2fc8a06fd4341065f
tree68121f18da91780491658d8d565ea4198c724eec
parentce2f9ba2c9354df84579dd00187e2fbb9215a0e9
[Assignment Tracking][10/*] salvageDebugInfo for dbg.assign intrinsics

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

Plumb in salvaging for the address part of dbg.assign intrinsics.

Reviewed By: jmorse

Differential Revision: https://reviews.llvm.org/D133293
llvm/lib/Transforms/Utils/Local.cpp
llvm/test/DebugInfo/Generic/assignment-tracking/salvage-value.ll [new file with mode: 0644]