================
@@ -2107,6 +2106,14 @@ RValue CIRGenFunction::emitBuiltinExpr(const GlobalDecl 
&gd, unsigned builtinID,
     emitAtomicFenceOp(*this, e, cir::SyncScopeKind::SingleThread);
     return RValue::get(nullptr);
   }
+  case Builtin::BI__sync_synchronize: {
----------------
andykaylor wrote:

We've been trying to keep these in the same order that they have in classic 
codegen. Can you leave it where it was and just introduce a new errorNYI call 
above it?

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

Reply via email to