This is an archive of the discontinued LLVM Phabricator instance.

[MIPS GlobalISel] Select jump_table and brjt
ClosedPublic

Authored by Petar.Avramovic on Aug 7 2019, 4:56 AM.

Details

Summary

G_JUMP_TABLE and G_BRJT appear from translation of switch statement.
Select these two instructions for MIPS32, both pic and non-pic.

Diff Detail

Repository
rL LLVM

Event Timeline

Petar.Avramovic created this revision.Aug 7 2019, 4:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 7 2019, 4:56 AM
This revision is now accepted and ready to land.Aug 7 2019, 7:17 AM
This revision was automatically updated to reflect the committed changes.