This is an archive of the discontinued LLVM Phabricator instance.

[MIPS GlobalISel] Select MSA insert_vector_elt with variable index
AcceptedPublic

Authored by Petar.Avramovic on Nov 1 2019, 6:40 AM.

Details

Reviewers
atanasyan
petarj
Summary

Select G_INSERT_VECTOR_ELT when insert index can't be folded
like an immediate, for MIPS32 with MSA.

Diff Detail

Event Timeline

Petar.Avramovic created this revision.Nov 1 2019, 6:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2019, 6:40 AM
This revision is now accepted and ready to land.Nov 5 2019, 12:33 AM