[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 13:47:08 PST 2020


davidxl added a comment.

This looks good, but it does have implications on memory consumption for BFI.  To avoid that, gate the data structure change on #ifndef NDEBUG.


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

https://reviews.llvm.org/D75341





More information about the llvm-commits mailing list