[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
Fri Feb 28 21:00:45 PST 2020


davidxl added a comment.

Do you mean it does not work well for const pointers? There are existing uses of AssertingVH<const BasicBlock> or AssertingVH<const Value>?


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

https://reviews.llvm.org/D75341





More information about the llvm-commits mailing list