[llvm] [SimplifyCFG] Prevent merging cbranch to cbranch if the branch probability from the first to second is too low. (PR #69375)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 21 00:32:33 PDT 2023


nikic wrote:

Any particular reason this should not use `TTI->getPredictableBranchThreshold()`?

https://github.com/llvm/llvm-project/pull/69375


More information about the llvm-commits mailing list