BDCE is not used by the codegen pipeline so we should not need the
legacy PM version of the pass any longer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148335
[Passes] Remove legacy PM version of BDCE (aka BitTrackingDCEPass) ClosedPublic Authored by bjope on Apr 14 2023, 6:58 AM.
Details Summary BDCE is not used by the codegen pipeline so we should not need the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 14 2023, 6:59 AM This revision was landed with ongoing or failed builds.Apr 14 2023, 9:57 AM Closed by commit rGfb93f98ffadc: [Passes] Remove legacy PM version of BDCE (aka BitTrackingDCEPass) (authored by bjope). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 513650 llvm/include/llvm/InitializePasses.h
llvm/include/llvm/LinkAllPasses.h
llvm/include/llvm/Transforms/Scalar.h
llvm/lib/Transforms/Scalar/BDCE.cpp
llvm/lib/Transforms/Scalar/Scalar.cpp
|