================
@@ -161,6 +161,7 @@ bool CoreEngine::ExecuteWorkList(const StackFrame *SF,
unsigned MaxSteps,
return MaxSteps - Steps;
};
const unsigned STUSteps = ProcessWList(MaxSteps);
+ STUHadWorkRemaining = WList->hasWork();
----------------
steakhal wrote:
I think it would make sense to keep working on STU once the CTU worklist was
exhausted. Right, we need to be careful about this. Albeit, CTU is
experimental, thus we can be more relaxed about breaking changes if needed.
https://github.com/llvm/llvm-project/pull/219225
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits