================ @@ -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); ---------------- OCHyams wrote:
I'm a bit confused, the previous patch puts the ApplyAtomGroup in `ScalarExprEmitter::VisitBinAssign`, so this looks symmetrical to me - am I missing something? 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