[PATCH] D148780: [BBUtils][NFC] Deprecate SplitLandingPadPredecessors with DT

Joshua Cao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 20:10:11 PDT 2023


caojoshua marked an inline comment as done.
caojoshua added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/BasicBlockUtils.cpp:1402
                                          NewBBs, DTU, /*DT=*/nullptr, LI, MSSAU,
                                          PreserveLCSSA);
 }
----------------
nikic wrote:
> Can we also remove the DT argument from this function?
It has an incoming call from `SplitBlockPredecessors()`, and the DT version of it has 10+ incoming calls. Can't remove DT until those are also cleaned up.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148780



More information about the llvm-commits mailing list