================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to