This is an archive of the discontinued LLVM Phabricator instance.

Function Specialization Registry
Needs RevisionPublic

Authored by pavle.bulatovic on Jun 30 2022, 2:01 PM.

Details

Reviewers
congzhe
aeubanks
Summary

Before this patch, function specialization ID was not printed correctly when printing pass pipeline. This change fixes registering the pass.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2022, 2:01 PM
pavle.bulatovic requested review of this revision.Jun 30 2022, 2:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2022, 2:01 PM
aeubanks requested changes to this revision.Jun 30 2022, 3:42 PM
aeubanks added a subscriber: aeubanks.

IR passes for the legacy pass manager (aside from some specific ones that run during codegen) are deprecated and to be removed soon, we shouldn't be fixing deprecated passes

This revision now requires changes to proceed.Jun 30 2022, 3:42 PM