[PATCH] D62904: [DebugInfo] Honour variable fragments in LiveDebugValues
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 08:33:18 PDT 2019
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
One last nit inline. Thanks!
================
Comment at: lib/CodeGen/LiveDebugValues.cpp:1105
dontTransferChanges);
+ if (MI.isDebugValue())
+ accumulateFragmentMap(MI, SeenFragments, OverlapFragments);
----------------
I think this should be sunk into process().
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62904/new/
https://reviews.llvm.org/D62904
More information about the llvm-commits
mailing list