This is an archive of the discontinued LLVM Phabricator instance.

[MIPS GlobalISel] Set operand order for G_MERGE and G_UNMERGE
ClosedPublic

Authored by Petar.Avramovic on Nov 5 2018, 4:01 AM.

Details

Summary

Set operands order for G_MERGE_VALUES and G_UNMERGE_VALUES so
that least significant bits always go first, regardless of endianness.

Diff Detail

Repository
rL LLVM

Event Timeline

Petar.Avramovic created this revision.Nov 5 2018, 4:01 AM
This revision is now accepted and ready to land.Nov 7 2018, 2:00 AM
This revision was automatically updated to reflect the committed changes.