This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Split Arm jump table branch into i12 and rs suffixed versions
ClosedPublic

Authored by chill on Nov 9 2017, 12:46 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

chill created this revision.Nov 9 2017, 12:46 AM
efriedma accepted this revision.Nov 9 2017, 12:02 PM
efriedma added a subscriber: efriedma.

LGTM

lib/Target/ARM/ARMAsmPrinter.cpp
1687 ↗(On Diff #122205)

Looks like the comment here is a bit out of date? We don't emit the jump table here.

This revision is now accepted and ready to land.Nov 9 2017, 12:02 PM
chill updated this revision to Diff 122863.Nov 14 2017, 9:52 AM

Thanks for the review.

This update removes a few obsolete comments and resolves a conflict with a preceding patch.

efriedma accepted this revision.Nov 14 2017, 12:29 PM
This revision was automatically updated to reflect the committed changes.