[PATCH] D20178: Fix PR26055 - LiveDebugValues is very slow

Weiming Zhao via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 15:09:22 PDT 2016


weimingz added inline comments.

================
Comment at: lib/CodeGen/LiveDebugValues.cpp:402
@@ -387,3 +401,3 @@
   // Ranges have converged when both worklists are empty.
   while (!Worklist.empty() || !Pending.empty()) {
     // We track what is on the pending worklist to avoid inserting the same
----------------
Can we bail out if no coverage after certain iterations? 


http://reviews.llvm.org/D20178





More information about the llvm-commits mailing list