pcc added a comment.
Interesting, it looks like the difference here is almost entirely due to
different inlining decisions.
And according to the tool I posted here:
http://lists.llvm.org/pipermail/llvm-dev/2019-April/131811.html
in the few functions in which we made the same inlining decisions,
vitalybuka created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
-Oz builds are usually significantly large than -Os build
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D60807
Files:
clang/test/CodeGen/oz.cpp
__