[all-commits] [llvm/llvm-project] 89d0cc: [DebugInfo][InstrRef] Handle transfers of variadic...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Tue Aug 23 07:03:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89d0cc99ec84ee12aff5bd5a3d33b85bba28646c
https://github.com/llvm/llvm-project/commit/89d0cc99ec84ee12aff5bd5a3d33b85bba28646c
Author: Stephen Tozer <stephen.tozer at sony.com>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M llvm/include/llvm/ADT/STLExtras.h
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h
Log Message:
-----------
[DebugInfo][InstrRef] Handle transfers of variadic debug values in LDV
This patch adds the last of the changes required to enable
DBG_VALUE_LIST handling in InstrRefLDV, handling variadic debug values
during the transfer tracking step. Most of the changes are fairly
straightforward, and based around tracking multiple locations per
variable in TransferTracker::VLocTracker.
Differential Revision: https://reviews.llvm.org/D128211
More information about the All-commits
mailing list