[PATCH] D85368: [llvm][CodeGen] Machine Function Splitter
Aditya Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 7 17:27:23 PDT 2020
hiraditya added a comment.
> We evaluated the Machine Function Splitter pass on clang bootstrap and SPECInt 2017.
Could you share the details of the machine as well? The improvements are well within noise.
> For clang bootstrap we observe a mean 2.33% runtime improvement with a
> ~32% reduction in itlb and stlb misses
While itlb reduction looks quite impressive, it doesn't seem to translate quite well to the runtime improvement. Did we see consistent >2% improvement with multiple runs? Please share then numbers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85368/new/
https://reviews.llvm.org/D85368
More information about the llvm-commits
mailing list