This is an archive of the discontinued LLVM Phabricator instance.

Simplify large switches.
ClosedPublic

Authored by ruiu on Feb 3 2015, 3:23 PM.

Details

Reviewers
rafaelauler
Summary

This may be a little bit inefficient than the original code
but that should be okay as this is not really in a performance
critical pass.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 19278.Feb 3 2015, 3:23 PM
ruiu retitled this revision from to Simplify large switches..
ruiu updated this object.
ruiu edited the test plan for this revision. (Show Details)
ruiu added a reviewer: rafaelauler.
ruiu added a project: lld.
ruiu added a subscriber: Unknown Object (MLST).
rafaelauler accepted this revision.Feb 3 2015, 3:26 PM
rafaelauler edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 3 2015, 3:26 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r228077.