[Openmp-commits] [PATCH] D106033: [OpenMP] Folding threadLimit and numThreads when single value in kernels
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jul 26 11:44:31 PDT 2021
jhuber6 added a comment.
In D106033#2905091 <https://reviews.llvm.org/D106033#2905091>, @JonChesterfield wrote:
> Can we add the pass that removes NOINLINE from these functions before landing this one?
I landed D106482 <https://reviews.llvm.org/D106482> which does this. One problem is that this was getting run on the `.bc` libraries and removing it prematurely. @tianshilei1992 was going to make a patch to stop running OpenMPOpt when we build the libraries for this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106033/new/
https://reviews.llvm.org/D106033
More information about the Openmp-commits
mailing list