[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 22:40:11 PDT 2023
vpykhtin wrote:
It looks like I should check MD_unpredictable as well
https://github.com/llvm/llvm-project/pull/69375
More information about the llvm-commits
mailing list