[PATCH] D70486: Make DebugVariable class available in DebugInfoMetadata
Stephen Tozer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 03:04:38 PST 2019
StephenTozer created this revision.
StephenTozer added reviewers: aprantl, probinson, vsk, markus, djtodoro, jmorse.
StephenTozer added a project: debug-info.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
This review is a prerequisite to: https://reviews.llvm.org/D70318
This patch moves the DebugVariable class from LiveDebugValues.cpp to DebugInfoMetadata.h, making it available in a much broader scope. In the patch linked above, this class is used in SimplifyCFG as an identifier for variables which require setting as undefined.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D70486
Files:
llvm/include/llvm/IR/DebugInfoMetadata.h
llvm/lib/CodeGen/LiveDebugValues.cpp
llvm/lib/IR/DebugInfoMetadata.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70486.230221.patch
Type: text/x-patch
Size: 9776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191120/cb4928bc/attachment-0001.bin>
More information about the llvm-commits
mailing list