================
@@ -1872,6 +1875,17 @@ void SplitPtrStructs::setAlign(CallInst *Intr, Align A, 
unsigned RsrcArgIdx) {
   Intr->addParamAttr(RsrcArgIdx, Attribute::getWithAlignment(Ctx, A));
 }
 
+Value *SplitPtrStructs::getScopeMDArg(AtomicOrdering Order,
+                                      SyncScope::ID SSID) {
+  LLVMContext &Ctx = IRB.getContext();
+  // An empty MDNode means not atomic. The system scope also has an empty
----------------
krzysz00 wrote:

I don't think it does - I think it means "default scope", so probably 
system-wide.

https://github.com/llvm/llvm-project/pull/213585
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to