This is an archive of the discontinued LLVM Phabricator instance.

[Mips][Codegen] Fix fast-isel mixing of FGR64 and AFGR64 registers
ClosedPublic

Authored by mbrkusanin on Aug 7 2019, 8:35 AM.

Details

Summary

Fast-isel was picking AFGR64 register class for processing call arguments when
+fp64 options was used. We simply check is option +fp64 is used and pick
appropriate register.

Diff Detail

Repository
rL LLVM

Event Timeline

mbrkusanin created this revision.Aug 7 2019, 8:35 AM
This revision is now accepted and ready to land.Aug 9 2019, 4:46 AM
This revision was automatically updated to reflect the committed changes.