This is an archive of the discontinued LLVM Phabricator instance.

[LowerTypeTests][NewPM] Add constructor that uses command line flags
ClosedPublic

Authored by aeubanks on Sep 17 2020, 10:41 AM.

Details

Summary

This matches the legacy PM pass by having one constructor use command
line flags, and the other use parameters to the pass.

This fixes all tests under Transforms/LowerTypeTests using NPM.

Diff Detail

Event Timeline

aeubanks created this revision.Sep 17 2020, 10:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 17 2020, 10:41 AM
aeubanks requested review of this revision.Sep 17 2020, 10:41 AM
ychen accepted this revision.Sep 25 2020, 4:36 PM

LGTM

This revision is now accepted and ready to land.Sep 25 2020, 4:36 PM
pcc accepted this revision.Sep 25 2020, 5:37 PM

LGTM

This revision was landed with ongoing or failed builds.Sep 25 2020, 5:40 PM
This revision was automatically updated to reflect the committed changes.