This is an archive of the discontinued LLVM Phabricator instance.

[NewPM] Switch -filter-passes from ClassName to pass-name
ClosedPublic

Authored by MaskRay on Sep 3 2022, 3:35 PM.

Details

Summary

NewPM -filter-passes (D86360) uses ClassName instead of pass-name as used in
-passes, -print-after, etc. D87216 has added a mechanism to map
ClassName to pass-name. Adopt it for -filter-passes.

Diff Detail

Event Timeline

MaskRay created this revision.Sep 3 2022, 3:35 PM
Herald added a reviewer: ctetreau. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
MaskRay requested review of this revision.Sep 3 2022, 3:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 3 2022, 3:35 PM
aeubanks accepted this revision.Sep 7 2022, 9:30 PM

lg, thanks!

This revision is now accepted and ready to land.Sep 7 2022, 9:30 PM
This revision was landed with ongoing or failed builds.Sep 7 2022, 10:02 PM
This revision was automatically updated to reflect the committed changes.