[all-commits] [llvm/llvm-project] b5ba5d: [DebugInfo][NFC] Represent DbgValues with multiple...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Mon Aug 22 10:05:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5ba5d2aab11726218c75daaaf20d42a963a6c39
https://github.com/llvm/llvm-project/commit/b5ba5d2aab11726218c75daaaf20d42a963a6c39
Author: Stephen Tozer <stephen.tozer at sony.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h
M llvm/unittests/CodeGen/InstrRefLDVTest.cpp
Log Message:
-----------
[DebugInfo][NFC] Represent DbgValues with multiple ops in IRefLDV
In preparation for allowing InstrRefBasedLDV to handle DBG_VALUE_LIST,
this patch updates the internal representation that it uses to represent
debug values to store a list of values. This is one of the more
significant changes in terms of line count, but is fairly simple and
should not affect the output of this pass.
Differential Revision: https://reviews.llvm.org/D128177
More information about the All-commits
mailing list