This is an archive of the discontinued LLVM Phabricator instance.

[MIPS GlobalISel] Lower float and double arguments in registers
ClosedPublic

Authored by Petar.Avramovic on Mar 21 2019, 7:45 AM.

Details

Summary

Lower float and double arguments in registers for MIPS32.
When float/double argument is passed through gpr registers
select appropriate move instruction.

Diff Detail

Repository
rL LLVM

Event Timeline

This revision is now accepted and ready to land.Mar 24 2019, 2:34 PM
This revision was automatically updated to reflect the committed changes.