[all-commits] [llvm/llvm-project] bf76e6: [BPI] Push exit block rather than exiting ones in ...
bincheng-github via All-commits
all-commits at lists.llvm.org
Wed Nov 10 22:22:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf76e648543114050acf346750f9db664a8550f4
https://github.com/llvm/llvm-project/commit/bf76e648543114050acf346750f9db664a8550f4
Author: Bin Cheng <bin.cheng at linux.alibaba.com>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M llvm/lib/Analysis/BranchProbabilityInfo.cpp
Log Message:
-----------
[BPI] Push exit block rather than exiting ones in getSccExitBlocks
The function BranchProbabilityInfo::SccInfo::getSccExitBlocks is
supposed to collect all exit blocks for SCC rather than all exiting
blocks. This patch fixes the typo.
Reviewed By: ebrevnov
Differential Revision: https://reviews.llvm.org/D113344
More information about the All-commits
mailing list