[clang] [clang-tools-extra] [llvm] [SimplifyCFG] Prevent merging cbranch to cbranch if the branch probability from the first to second is too low. (PR #69375)
Nicolai Hähnle via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 2 19:04:42 PDT 2023
nhaehnle wrote:
I've been puzzling over the rationale for looking at `MD_unpredictable`. How can a branch that is heavily biased to one side be unpredictable?
https://github.com/llvm/llvm-project/pull/69375
More information about the llvm-commits
mailing list