[llvm] [SimplifyCFG] Prevent merging cbranch to cbranch if the branch probability from the first to second is too low. (PR #69375)
Valery Pykhtin via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 21 14:37:15 PDT 2023
vpykhtin wrote:
> Any particular reason this should not use `TTI->getPredictableBranchThreshold()`?
Thank you, that is what I have been looking for, updated.
https://github.com/llvm/llvm-project/pull/69375
More information about the llvm-commits
mailing list