[PATCH] D91567: [llvm][inliner] Reuse the inliner pass to implement 'always inliner'
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 18 09:48:22 PST 2020
aeubanks added a comment.
>> I'll run this through llvm-compile-time-tracker to see what the compile time implications are.
>
> You mean for the variant where we ran some of the function passes, or you'd try running all of them? Probably the latter would be quite interesting as a 'worst case'.
I was trying the previous patch, but will also try running all function passes, definitely would be interesting.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91567/new/
https://reviews.llvm.org/D91567
More information about the llvm-commits
mailing list