This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Rename IsCodeGenPass to ShouldPinPassToLegacyPM
ClosedPublic

Authored by aeubanks on Dec 7 2020, 11:18 PM.

Details

Summary

Codegen-specific passes are being ported to the NPM. Rename for better
clarity and note that ported passes that fully work with the NPM should
be removed from these lists.

Diff Detail

Event Timeline

aeubanks requested review of this revision.Dec 7 2020, 11:18 PM
aeubanks created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 7 2020, 11:18 PM
asbirlea accepted this revision.Dec 8 2020, 1:19 PM

Fix clang-tidy warning (lowercase method names; the file needs a lot of other functions names fixed, but might as well start with these)

This revision is now accepted and ready to land.Dec 8 2020, 1:19 PM
aeubanks updated this revision to Diff 310336.Dec 8 2020, 1:34 PM

lowercase

This revision was landed with ongoing or failed builds.Dec 8 2020, 1:39 PM
This revision was automatically updated to reflect the committed changes.