[llvm] [DebugInfo][RemoveDIs] Handle dbg.declares in SelectionDAGISel (PR #73496)
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 11 05:48:59 PST 2023
================
@@ -191,6 +191,7 @@ class FunctionLoweringInfo {
/// Collection of dbg.declare instructions handled after argument
/// lowering and before ISel proper.
SmallPtrSet<const DbgDeclareInst *, 8> PreprocessedDbgDeclares;
+ SmallPtrSet<const DPValue *, 8> PreprocessedDPVs;
----------------
jmorse wrote:
What do you think about DPVDeclares, to distinguish this from "normal" DPValues? (Alas, naming things is one of the two difficult parts of CS).
https://github.com/llvm/llvm-project/pull/73496
More information about the llvm-commits
mailing list