[PATCH] D35953: [LiveDebugVariables] Use lexical scope to trim debug value live intervals

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 15:59:56 PDT 2017


probinson added inline comments.


================
Comment at: lib/CodeGen/LiveDebugVariables.cpp:25
 #include "llvm/ADT/Statistic.h"
+#include "llvm/ADT/SmallSet.h"
 #include "llvm/CodeGen/LiveIntervalAnalysis.h"
----------------
Not in alphabetical order.


================
Comment at: lib/CodeGen/LiveDebugVariables.cpp:32
 #include "llvm/CodeGen/Passes.h"
+#include "llvm/CodeGen/LexicalScopes.h"
 #include "llvm/CodeGen/VirtRegMap.h"
----------------
Not in alphabetical order.


https://reviews.llvm.org/D35953





More information about the llvm-commits mailing list