[PATCH] D66942: [DebugInfo] LiveDebugValues: locations with different exprs should compare differently
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 3 09:18:12 PDT 2019
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/CodeGen/LiveDebugValues.cpp:195
+
+ /// The (potentially complex) expression applied to this location.
+ const DIExpression *Expr;
----------------
remove `(potentially complex)`?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66942/new/
https://reviews.llvm.org/D66942
More information about the llvm-commits
mailing list