[PATCH] D104579: [SampleFDO] Add two passes of MIRAddFSDiscriminatorsPass
Wei Mi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 10 11:54:54 PDT 2021
wmi added a comment.
> This extra pass turns to be positive in performance -- I'm seeing additional 0.6% - 0.8% improvement.
That is a good improvement. I guess the improvement is because regalloc is profile sensitive and it is benefited from preciser fs profile information after you insert another pass of profile loading before regalloc?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104579/new/
https://reviews.llvm.org/D104579
More information about the llvm-commits
mailing list