[PATCH] D75341: [BFI] Use CallbackVH to notify BFI about deletion of basic blocks

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 23:01:40 PST 2020


davidxl added a comment.

I think we should explicitly fix the real problems that new blocks are not updated frequency information instead of just letting them get a known default value. Doing it later can make it harder to find those problems, right?


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

https://reviews.llvm.org/D75341





More information about the llvm-commits mailing list