[PATCH] D82817: [llvm] Native size estimator for training -Oz inliner
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 1 14:04:21 PDT 2020
mtrofin added a comment.
In D82817#2126374 <https://reviews.llvm.org/D82817#2126374>, @davidxl wrote:
> A high level question: is partial reward based training something needed in the long run (as compared with total reward based pipeline)?
We're still evaluating the two, and evaluating improvements to the partial reward calculation. The good thing is that, other than the partial reward calculation, the compiler components are otherwise the same.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82817/new/
https://reviews.llvm.org/D82817
More information about the llvm-commits
mailing list