[llvm] [MergeFunctions] Add support to run the pass over a set of function pointers (PR #111045)
Rafael Eckstein via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 6 08:16:49 PST 2024
================
@@ -467,6 +484,47 @@ bool MergeFunctions::runOnModule(Module &M) {
return Changed;
}
+bool MergeFunctions::runOnFunctions(std::set<Function *> &F) {
----------------
Casperento wrote:
Resolved in https://github.com/llvm/llvm-project/pull/111045/commits/67d70af9d4e0f1d09f77d8eae77ea5c420bc91df .
https://github.com/llvm/llvm-project/pull/111045
More information about the llvm-commits
mailing list