[clang] [CIR] Upstream AtomicFenceOp and signal/thread fence builtins (PR #168346)
Bruno Cardoso Lopes via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 18 11:24:41 PST 2025
================
@@ -4845,4 +4845,39 @@ def CIR_AtomicClearOp : CIR_Op<"atomic.clear"> {
}];
}
+def CIR_MemScopeKind : CIR_I32EnumAttr<"MemScopeKind", "memory scope kind", [
----------------
bcardosolopes wrote:
Seems like you are referring to an old version of incubator, we use `CIR_SyncScopeKind` there, please make sure this PR reflects the most updated version here and elsewhere in the PR.
https://github.com/llvm/llvm-project/pull/168346
More information about the cfe-commits
mailing list