[PATCH] D148780: [BBUtils][NFC] Deprecate SplitLandingPadPredecessors with DT
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 20 00:54:17 PDT 2023
nikic added a comment.
> [BBUtils][NFC] Deprecate SplitLandingPadPredecessors with DT
Deprecate -> Remove
================
Comment at: llvm/lib/Transforms/Utils/BasicBlockUtils.cpp:1402
NewBBs, DTU, /*DT=*/nullptr, LI, MSSAU,
PreserveLCSSA);
}
----------------
Can we also remove the DT argument from this function?
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