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

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 21 15:44:06 PST 2025


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

Move this attribute closer to `CIR_AtomicFetchKind`

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


More information about the cfe-commits mailing list