[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:22:42 PDT 2025
================
@@ -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
More information about the llvm-branch-commits
mailing list