This is an archive of the discontinued LLVM Phabricator instance.

[DependenceAnalysis][NewPM] Fix tests to work under NPM
ClosedPublic

Authored by aeubanks on Sep 14 2020, 6:46 PM.

Details

Summary

All tests had corresponding NPM lines, simply pin non-NPM lines to legacy PM.

Diff Detail

Event Timeline

aeubanks created this revision.Sep 14 2020, 6:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 14 2020, 6:46 PM
aeubanks requested review of this revision.Sep 14 2020, 6:46 PM
bmahjour removed a subscriber: bmahjour.Sep 14 2020, 7:46 PM
fhahn accepted this revision.Sep 15 2020, 1:17 AM
fhahn added a subscriber: fhahn.

This is in line with similar patches for other passes. LGTM, thanks!

This revision is now accepted and ready to land.Sep 15 2020, 1:17 AM
This revision was automatically updated to reflect the committed changes.