[llvm-branch-commits] [clang] [KeyInstr] Complex assignment atoms (PR #134638)

Orlando Cazalet-Hyams via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu May 22 09:19:39 PDT 2025


================
@@ -1209,6 +1213,7 @@ LValue ComplexExprEmitter::
 EmitCompoundAssignLValue(const CompoundAssignOperator *E,
           ComplexPairTy (ComplexExprEmitter::*Func)(const BinOpInfo&),
                          RValue &Val) {
+  ApplyAtomGroup Grp(CGF.getDebugInfo());
----------------
OCHyams wrote:

>  in that `EmitCompoundAssign` gets an atom group for the whole assignment

I don't think that's true?

https://github.com/llvm/llvm-project/pull/134638


More information about the llvm-branch-commits mailing list