This is an archive of the discontinued LLVM Phabricator instance.

[llvm-opt-fuzzer] Skip creating/initializing legacy PM passes
ClosedPublic

Authored by bjope on Apr 17 2023, 4:57 AM.

Details

Summary

Afaict llvm-opt-fuzzer is using the new pass manager. So there
shouldn't be a need to create/initialize/register the legacy PM
version of passes.

Diff Detail

Event Timeline

bjope created this revision.Apr 17 2023, 4:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 17 2023, 4:57 AM
bjope requested review of this revision.Apr 17 2023, 4:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 17 2023, 4:57 AM
nikic accepted this revision.Apr 17 2023, 5:13 AM
nikic added a subscriber: nikic.

LG

This revision is now accepted and ready to land.Apr 17 2023, 5:13 AM
This revision was landed with ongoing or failed builds.Apr 18 2023, 2:36 AM
This revision was automatically updated to reflect the committed changes.