Files
clang-p2996/llvm/lib/IR/DebugInfo.cpp
Orlando Cazalet-Hyams 09e7d86b99 [RemoveDIs] Fix findDbgValues to return dbg_assign records too (#90471)
In the debug intrinsic class heirachy, a dbg.assign is a (inherits from)
dbg.value, so `findDbgValues` returns dbg.values and dbg.assigns (by
design). That hierarchy doesn't exist for DbgRecords - fix findDbgValues
to return dbg_assign records as well as dbg_values and add unittest.
2024-04-30 08:48:24 +01:00

95 KiB