This is an archive of the discontinued LLVM Phabricator instance.

[LowerSwitch][NewPM] Port lowerswitch to NPM
ClosedPublic

Authored by aeubanks on Sep 15 2020, 3:05 PM.

Diff Detail

Event Timeline

aeubanks created this revision.Sep 15 2020, 3:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 15 2020, 3:05 PM
aeubanks requested review of this revision.Sep 15 2020, 3:05 PM
ychen added inline comments.Sep 15 2020, 5:22 PM
llvm/lib/Transforms/Utils/LowerSwitch.cpp
77

Make it a static function?

aeubanks updated this revision to Diff 292066.Sep 15 2020, 5:47 PM

move a bunch of functions into anonymous namespace

ychen accepted this revision.Sep 15 2020, 5:49 PM
This revision is now accepted and ready to land.Sep 15 2020, 5:49 PM
This revision was landed with ongoing or failed builds.Sep 15 2020, 6:21 PM
This revision was automatically updated to reflect the committed changes.