[clang] [OpenACC][CIR] Implement atomic-write lowering (PR #164627)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 23 07:38:53 PDT 2025


================
@@ -821,6 +821,7 @@ class OpenACCAtomicConstruct final
   struct StmtInfo {
     const Expr *V;
     const Expr *X;
+    const Expr *Expr;
----------------
erichkeane wrote:

Technically build warnings :)  But yes, I have a fix incoming.

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


More information about the cfe-commits mailing list