[PATCH] D90106: [JumpThreading] Set edge probabilities when creating basic blocks

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 16:00:18 PDT 2020


wmi added a comment.

> Do you know whether we have missed some BranchProbabilityInfo::eraseBlock calls? Why is BasicBlockCallbackVH::deleted() not effective when some BasicBlock's are removed?

Same question here. There shouldn't be stale value in Prob if the value handler is functioning correctly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90106/new/

https://reviews.llvm.org/D90106



More information about the llvm-commits mailing list