[PATCH] D49807: [Dominators] Make DTU be able to delete a BB before recalculation under Eager UpdateStrategy

Chijun Sima via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 2 00:35:22 PDT 2018


NutshellySima abandoned this revision.
NutshellySima added a comment.

It's possible to do updates related to DelBB first then call deleteBB(DelBB) then do the recalculation, which will make the DTU interface less confusing to users.


Repository:
  rL LLVM

https://reviews.llvm.org/D49807





More information about the llvm-commits mailing list