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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 12:56:44 PST 2020


fhahn added a comment.

Alternatively I think it would be reasonable to expect the passes claiming to preserve BFI to notify BFI about deleted/added blocks, like we do for many other analysis. Do you have any idea of how much effort that would take?


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

https://reviews.llvm.org/D75341





More information about the llvm-commits mailing list