This is an archive of the discontinued LLVM Phabricator instance.

[NPM] Translate alias analysis into require<> as well
ClosedPublic

Authored by aeubanks on Sep 15 2020, 10:49 PM.

Details

Summary

'require<globals-aa>' is needed to make globals-aa work in NPM, since
globals-aa is a module analysis but function passes cannot run module
analyses on demand.
So don't skip translating alias analyses to 'require<>'.

Diff Detail

Event Timeline

aeubanks created this revision.Sep 15 2020, 10:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 15 2020, 10:49 PM
aeubanks requested review of this revision.Sep 15 2020, 10:49 PM
asbirlea accepted this revision.Sep 16 2020, 12:07 AM
This revision is now accepted and ready to land.Sep 16 2020, 12:07 AM
This revision was automatically updated to reflect the committed changes.