================
@@ -5571,11 +5571,52 @@ LValue CodeGenFunction::EmitBinaryOperatorLValue(const
BinaryOperator *E) {
break;
}
- RValue RV = EmitAnyExpr(E->getRHS());
+ llvm::Value *Previous = nullptr;
----------------
efriedma-quic wrote:
Can we de-duplicate this code with the corresponding code in CGExprScalar,
similar to the way EmitCompoundAssignmentLValue works?
https://github.com/llvm/llvm-project/pull/75481
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits