Function is marked for deprecation. There is only one consumer which is
converted to use DomTreeUpdater.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
[BBUtils][NFC] Deprecate SplitLandingPadPredecessors with DT
Deprecate -> Remove
llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | ||
---|---|---|
1402 | Can we also remove the DT argument from this function? |
llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | ||
---|---|---|
1402 | 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. |
Can we also remove the DT argument from this function?