[PATCH] D69178: [DebugInfo] Use DBG_VALUEs IsIndirect field for describing stack spills
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 18 10:39:35 PDT 2019
aprantl added inline comments.
Herald added a subscriber: wuzish.
================
Comment at: lib/CodeGen/LiveDebugValues.cpp:223
+ uint64_t Hash1;
+ uint64_t Hash2;
+ } u;
----------------
This warrants some comment as to what those two hashes are used for.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69178/new/
https://reviews.llvm.org/D69178
More information about the llvm-commits
mailing list