[clang] [CIR] Upstream AtomicFenceOp and signal/thread fence builtins (PR #168346)

Hendrik Hübner via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 22 05:27:36 PST 2025


================
@@ -5122,6 +5122,41 @@ def CIR_AtomicClearOp : CIR_Op<"atomic.clear"> {
   }];
 }
 
+def CIR_SyncScopeKind : CIR_I32EnumAttr<"SyncScopeKind", "sync scope kind", [
----------------
HendrikHuebner wrote:

done

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


More information about the cfe-commits mailing list