================
@@ -1235,7 +1241,7 @@ LValue ComplexExprEmitter::EmitCompoundAssignLValue(
                        E->getComputationResultType(), IsComplexDivisor);
   if (PromotionTypeCR.isNull())
     PromotionTypeCR = E->getComputationResultType();
-  OpInfo.Ty = PromotionTypeCR;
+  OpInfo.Ty = PromotionTypeCR.getAtomicUnqualifiedType();
----------------
efriedma-quic wrote:

Missing test coverage for this change?

https://github.com/llvm/llvm-project/pull/172163
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to