[PATCH] D67398: [DebugInfo] LiveDebugValues: Move DBG_VALUE creation into VarLoc class
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 13:25:55 PDT 2019
vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.
Really nice!
================
Comment at: lib/CodeGen/LiveDebugValues.cpp:333
+ // TRI can be null.
+ void dump(const TargetRegisterInfo *TRI, raw_ostream &Out = dbgs()) const {
+ dbgs() << "VarLoc(";
----------------
Is the LLVM_ENABLE_DUMP guard still needed?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67398/new/
https://reviews.llvm.org/D67398
More information about the llvm-commits
mailing list