================
@@ -131,24 +131,37 @@ class ExpireFact : public Fact {
 };
 
 class OriginFlowFact : public Fact {
+public:
+  struct LifetimeBoundInfo {
----------------
iitianpushkar wrote:

Ohh, good point. I was mainly thinking to solve the issue somehow but was not 
focused on cost minimization. Your design actually saves the cost. Will update 
the patch accordingly.

https://github.com/llvm/llvm-project/pull/206337
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to