[PATCH] D110438: [BPI] Keep BPI available in loop passes through LoopStandardAnalysisResults
Di Mo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 24 13:35:58 PDT 2021
modimo added a comment.
LGTM pending the added test case demonstrating that BPI is correctly preserved across loop passes. Also from D86156 <https://reviews.llvm.org/D86156> we found there was a significant compiler speed up using `LazyBlockFrequencyInfo` for the passes that needed it. This may also help for LoopPredication's usage of BPI.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110438/new/
https://reviews.llvm.org/D110438
More information about the llvm-commits
mailing list