[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 13:33:15 PST 2020


davidxl added a comment.

Can you make BlockKeyT to be AssertingVH<const BasicBlock> to avoid the const castings?


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

https://reviews.llvm.org/D75341





More information about the llvm-commits mailing list