This is an archive of the discontinued LLVM Phabricator instance.

[BlockExtract][NewPM] Port -extract-blocks to NPM
ClosedPublic

Authored by aeubanks on Oct 7 2020, 3:39 PM.

Diff Detail

Event Timeline

aeubanks created this revision.Oct 7 2020, 3:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2020, 3:39 PM
aeubanks requested review of this revision.Oct 7 2020, 3:39 PM
thakis accepted this revision.Oct 21 2020, 12:40 PM
thakis added a subscriber: thakis.
thakis added inline comments.
llvm/lib/Passes/PassRegistry.def
53

nit: for most entries, the name matches the class name somewhat closely; here the words are flipped in name vs class name

This revision is now accepted and ready to land.Oct 21 2020, 12:40 PM
aeubanks added inline comments.Oct 21 2020, 12:43 PM
llvm/lib/Passes/PassRegistry.def
53

I'm trying to match the legacy pass name for now, we can rename in the future after the NPM flip.

This revision was landed with ongoing or failed builds.Oct 21 2020, 12:51 PM
This revision was automatically updated to reflect the committed changes.