================
@@ -1460,18 +1460,26 @@ void
LoweringPreparePass::lowerLocalInitOp(cir::LocalInitOp initOp) {
// Remove the init local op, now that we've done everything we need with it.
initOp.erase();
}
-static bool isThreadWrapperReplaceable(cir::TLS_Model tls,
+static bool isThreadWrapperReplaceable(mlir::Operation *op, cir::TLSModel tls,
----------------
erichkeane wrote:
Ok, I'm going to remove the NYI then. The 'unhandled thread wrapper'
diagnostic means I can't really test much at all, so we'll hopefully get those
dealt with when we do Darwin/those.
https://github.com/llvm/llvm-project/pull/215380
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits