[PATCH] D67716: [Inliner] Remove incorrect early exit during switch cost computation
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 13:59:30 PDT 2019
tejohnson added a comment.
In D67716#1675509 <https://reviews.llvm.org/D67716#1675509>, @davidxl wrote:
> Is any compile time impact witnessed?
I measured overall compile time and the InlinerPass times from -ftime-report for 3 large files with and without this patch, and compared the averages of 10 runs each. There was no significant change in either metric for any of the files.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67716/new/
https://reviews.llvm.org/D67716
More information about the llvm-commits
mailing list