[PATCH] D39145: [PM] Add pgo-memop-opt pass to the new pass manager
Rong Xu via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 23 14:55:24 PDT 2017
On Mon, Oct 23, 2017 at 12:42 PM, Davide Italiano via Phabricator <
reviews at reviews.llvm.org> wrote:
> davide added inline comments.
>
>
> ================
> Comment at: lib/Passes/PassBuilder.cpp:365
>
> + if (PGOOpt && !PGOOpt->ProfileUseFile.empty() &&
> + !isOptimizingForSize(Level))
> ----------------
> Bonus point if you add a comment :)
>
Will add comments.
Thanks!
>
>
> https://reviews.llvm.org/D39145
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171023/31cf697b/attachment.html>
More information about the llvm-commits
mailing list