Files
clang-p2996/llvm/test/Transforms/JumpThreading
tianleliu 0df0906af6 [JumpThreading] Use [BB->SuccIndx] to get probability when updating BB info. (#134585)
In case the same src BB targets to the same dest BB in different
conditions/edges, such as switch-cases, we should use
prob[SrcBB->SuccIndx] instead of prob[SrcBB->DstBB] to get probability.
2025-04-08 16:32:34 +08:00
..