================ @@ -1356,6 +1361,7 @@ LValue ComplexExprEmitter::EmitBinAssignLValue(const BinaryOperator *E, } ComplexPairTy ComplexExprEmitter::VisitBinAssign(const BinaryOperator *E) { + ApplyAtomGroup Grp(CGF.getDebugInfo()); ComplexPairTy Val; LValue LV = EmitBinAssignLValue(E, Val); ---------------- jmorse wrote:
Similarly, if we followed the pattern of the above hunk, we'd put ApplyAtomGroup into `EmitBinAssignLValue` instead. This one covers the load-of-lvalue at the end, wheras for compound assignments the equivalent wouldn't be covered. https://github.com/llvm/llvm-project/pull/134638 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits