[PATCH] D148335: [Passes] Remove legacy PM version of BDCE (aka BitTrackingDCEPass)

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 06:58:53 PDT 2023


bjope created this revision.
bjope added reviewers: aeubanks, nikic.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
bjope requested review of this revision.
Herald added a project: LLVM.

BDCE is not used by the codegen pipeline so we should not need the
legacy PM version of the pass any longer.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148335

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148335.513569.patch
Type: text/x-patch
Size: 3994 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230414/e4ea3a63/attachment.bin>


More information about the llvm-commits mailing list