This is an archive of the discontinued LLVM Phabricator instance.

Provide SimpleLoopUnswitch binding for legacy pass manager
AbandonedPublic

Authored by penzn on Jun 8 2022, 10:24 AM.

Details

Summary

Provide a straight-forward binding for adding SimpleLoopUnswich pass using legacy pass manager.

Diff Detail

Event Timeline

penzn created this revision.Jun 8 2022, 10:24 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: hiraditya. · View Herald Transcript
penzn requested review of this revision.Jun 8 2022, 10:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2022, 10:24 AM
nikic requested changes to this revision.Jun 8 2022, 10:41 AM
nikic added a subscriber: nikic.

The legacy pass manager is deprecated and in the process of being removed. We should not expose any new bindings for it.

This revision now requires changes to proceed.Jun 8 2022, 10:41 AM
penzn abandoned this revision.Aug 2 2022, 2:43 PM

Implemented locally instead