[PATCH] D148336: [Passes] Remove the legacy DemandedBitsWrapperPass

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 06:59:29 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.

Last user of DemandedBitsWrapperPass was the BDCE pass. Since
the legacy PM version of BDCE was removed in an earlier commit, this
patch removes the now unused DemandedBitsWrapperPass.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148336

Files:
  llvm/include/llvm/Analysis/DemandedBits.h
  llvm/include/llvm/InitializePasses.h
  llvm/lib/Analysis/Analysis.cpp
  llvm/lib/Analysis/DemandedBits.cpp
  llvm/lib/CodeGen/ReplaceWithVeclib.cpp
  llvm/lib/Transforms/Utils/InjectTLIMappings.cpp

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


More information about the llvm-commits mailing list