This is an archive of the discontinued LLVM Phabricator instance.

[MetaRenamer][NewPM] Port metarenamer to NPM
ClosedPublic

Authored by aeubanks on Oct 1 2020, 11:52 AM.

Diff Detail

Event Timeline

aeubanks created this revision.Oct 1 2020, 11:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 1 2020, 11:52 AM
aeubanks requested review of this revision.Oct 1 2020, 11:52 AM
asbirlea accepted this revision.Oct 1 2020, 12:50 PM

Folks usually use the metarenamer to obfuscate tests before sharing. It's not aimed to be used in an optimization pipeline, only by itself with opt for debugging purposes.
Pinning tests is fine at this point, but it will be good to have it supported in opt when switching to the NPM. I've found it rather useful in the past.

This revision is now accepted and ready to land.Oct 1 2020, 12:50 PM
aeubanks updated this revision to Diff 295717.Oct 1 2020, 7:17 PM

port pass instead

aeubanks retitled this revision from [MetaRenamer][NewPM] Pin tests to legacy PM to [MetaRenamer][NewPM] Port metarenamer to NPM.Oct 1 2020, 7:18 PM
aeubanks edited the summary of this revision. (Show Details)
asbirlea accepted this revision.Oct 2 2020, 3:39 PM

lgtm.

This revision was landed with ongoing or failed builds.Oct 2 2020, 3:45 PM
This revision was automatically updated to reflect the committed changes.