[llvm-branch-commits] [clang] [KeyInstr] Complex assignment atoms (PR #134638)
Jeremy Morse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed May 21 10:18:24 PDT 2025
================
@@ -1209,6 +1213,7 @@ LValue ComplexExprEmitter::
EmitCompoundAssignLValue(const CompoundAssignOperator *E,
ComplexPairTy (ComplexExprEmitter::*Func)(const BinOpInfo&),
RValue &Val) {
+ ApplyAtomGroup Grp(CGF.getDebugInfo());
----------------
jmorse wrote:
This doesn't appear to be symmetrical with the scalar patch, in that `EmitCompoundAssign` gets an atom group for the whole assignment -- should this be the same?
https://github.com/llvm/llvm-project/pull/134638
More information about the llvm-branch-commits
mailing list