Files
clang-p2996/llvm/test/Transforms/HotColdSplit/transfer-debug-info.ll
Felipe de Azevedo Piovezan d23b7f5f9f [CodeExtractor] Preserve entire scope of !DIVariables when moving them
When a dbg.value is moved into a new function, the corresponding
variable should have its entire scope chain reparented with the new
function. The current implementation drops the scope chain and replaces
it with a subprogram for the new function.

Differential Revision: https://reviews.llvm.org/D139671
2022-12-12 10:20:36 -05:00

6.0 KiB