[MIPS GlobalISel] Select copy for arguments from FPRBRegBank
authorPetar Avramovic <Petar.Avramovic@rt-rk.com>
Mon, 25 Mar 2019 11:38:06 +0000 (11:38 +0000)
committerPetar Avramovic <Petar.Avramovic@rt-rk.com>
Mon, 25 Mar 2019 11:38:06 +0000 (11:38 +0000)
commita034a64f842020a90a3b508f3c3e5c8d572fd701
tree0ca1ea70a8b6c46eb4412826109b989b8bd318fe
parent3d9fa09aa280d7cb03a9388fca4d7838215ed382
[MIPS GlobalISel] Select copy for arguments from FPRBRegBank

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

Differential Revision: https://reviews.llvm.org/D59644

llvm-svn: 356886
llvm/lib/Target/Mips/MipsInstructionSelector.cpp
llvm/test/CodeGen/Mips/GlobalISel/instruction-select/float_args.mir [new file with mode: 0644]
llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/float_args.ll [new file with mode: 0644]