[PATCH] D114704: [llvm][Inline] Add FunctionSimplificationPipeline to module inliner pipeline
Liqiang Tao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 30 06:40:56 PST 2021
taolq added a comment.
In D114704#3159012 <https://reviews.llvm.org/D114704#3159012>, @lebedev.ri wrote:
> Tests?
> Presumably this is default-off?
Sorry for forgetting to paste the tests.
I compiled clang to test this patch.
GCC 9.4 150746981
clang -O3 default inliner 115624552 0.0%
clang -O3 module inliner 253852361 119.55%
clang -O3 module inliner + this patch 114116650 -4.33%
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114704/new/
https://reviews.llvm.org/D114704
More information about the llvm-commits
mailing list