[PATCH] D90909: [OpenMPOpt] Expand parallel region merging
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 6 09:12:33 PST 2020
jdoerfert added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:613
+ {OMPRTL___kmpc_push_proc_bind, true},
+ {OMPRTL___kmpc_push_num_threads, true}};
----------------
Don't we have to proof the absence of these calls and not "look for them". I mean `foobar` is not one of them but could call one of them, right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90909/new/
https://reviews.llvm.org/D90909
More information about the llvm-commits
mailing list