================
@@ -366,6 +366,7 @@ void FactsGenerator::VisitBinaryOperator(const
BinaryOperator *BO) {
// result should have the same loans as the pointer operand.
if (BO->isCompoundAssignmentOp())
return;
+ handleUse(BO->getRHS());
----------------
Xazax-hun wrote:
I see, thanks for looking into the alternative approach! I agree, better to be
incremental. I am fine landing this as is for now.
https://github.com/llvm/llvm-project/pull/180446
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits