[PATCH] D86864: [MachineSinking] sink more profitable loads
LiuChen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 28 00:17:33 PST 2020
LiuChen3 added a comment.
> The above threshold is for number of MIs. `BB->size()` is to get instruction number of BB. I committed `31c2b93d83f63ce7f9bb4977f58de2e00bf18e0f` to further reduce compiling time. You can have a try
Thanks. It works for our tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86864/new/
https://reviews.llvm.org/D86864
More information about the llvm-commits
mailing list