This is an archive of the discontinued LLVM Phabricator instance.

[MIPS GlobalISel] Select copy for arguments from FPRBRegBank
ClosedPublic

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

Details

Summary

Move selectCopy into MipsInstructionSelector class.
Select copy for arguments from FPRBRegBank for MIPS32.

Diff Detail

Event Timeline

atanasyan accepted this revision.Mar 24 2019, 2:42 PM

LGTM with a nit

lib/Target/Mips/MipsInstructionSelector.cpp
86

Is this line necessary?

This revision is now accepted and ready to land.Mar 24 2019, 2:42 PM
Petar.Avramovic marked an inline comment as done.
This revision was automatically updated to reflect the committed changes.