[llvm] [OpenMP] Add optimization to remove the RPC client (PR #70683)
Jan Patrick Lehr via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 30 09:58:03 PDT 2023
================
@@ -1507,6 +1510,40 @@ struct OpenMPOpt {
return Changed;
}
+ /// Tries to remove known runtime symbols that are optional.
+ bool removeRuntimeSymbols() {
----------------
jplehr wrote:
It's technically not "remove", right? Would that be more like `privatizeRpcClientGlobal` or so?
https://github.com/llvm/llvm-project/pull/70683
More information about the llvm-commits
mailing list