This is an archive of the discontinued LLVM Phabricator instance.

[Passes] Remove the legacy DemandedBitsWrapperPass
ClosedPublic

Authored by bjope on Apr 14 2023, 6:59 AM.

Details

Summary

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.

Diff Detail

Event Timeline

bjope created this revision.Apr 14 2023, 6:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2023, 6:59 AM
bjope requested review of this revision.Apr 14 2023, 6:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2023, 6:59 AM
This revision is now accepted and ready to land.Apr 14 2023, 7:01 AM
This revision was landed with ongoing or failed builds.Apr 14 2023, 9:57 AM
This revision was automatically updated to reflect the committed changes.