================ @@ -97,6 +97,21 @@ static mlir::Value makeScopedAtomicXchg(CIRGenFunction &cgf, return xchg.getResult(); } +static mlir::Value makeScopedAtomicCAS(CIRGenFunction &cgf, ---------------- RiverDave wrote:
a force-push fired (sorry 'bout that) -- `emitAtomicCmpXchg` has been promoted to cgf an re-used. https://github.com/llvm/llvm-project/pull/221261 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
