[all-commits] [llvm/llvm-project] bd3820: [BBUtils][NFC] Delete SplitLandingPadPredecessors ...
Joshua Cao via All-commits
all-commits at lists.llvm.org
Sat Dec 2 11:33:56 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd382032f6df9529197a391ed80e9ab8c59915f1
https://github.com/llvm/llvm-project/commit/bd382032f6df9529197a391ed80e9ab8c59915f1
Author: Joshua Cao <cao.joshua at yahoo.com>
Date: 2023-12-02 (Sat, 02 Dec 2023)
Changed paths:
M llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
Log Message:
-----------
[BBUtils][NFC] Delete SplitLandingPadPredecessors with DT (#73406)
Function is marked for deprecation. There is only one consumer which is
converted to use DomTreeUpdater.
More information about the All-commits
mailing list