Files
llvm-project/llvm/lib/CodeGen/MachineBlockPlacement.cpp
artyo_Om b2ca7319ca [CodeGen] Fix profiled triangular CFG threshold in MachineBlockPlacement (#188752)
Fix an assertion failure in MachineBlockPlacement for profiled
triangular CFGs with large -profile-likely-prob values.

The existing triangular-CFG threshold scaling can produce a
BranchProbability greater than 1. Capping to `BranchProbability(100,
100)` added.
2026-04-17 17:24:21 +01:00

159 KiB