[PATCH] D59642: [MIPS GlobalISel] Lower float and double arguments in registers
Petar Avramovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 21 07:45:13 PDT 2019
Petar.Avramovic created this revision.
Petar.Avramovic added reviewers: atanasyan, petarj.
Herald added subscribers: llvm-commits, jrtc27, arichardson, kristof.beyls, rovka, sdardis.
Herald added a project: LLVM.
Lower float and double arguments in registers for MIPS32.
When float/double argument is passed through gpr registers
select appropriate move instruction.
Repository:
rL LLVM
https://reviews.llvm.org/D59642
Files:
lib/Target/Mips/MipsCallLowering.cpp
lib/Target/Mips/MipsCallLowering.h
test/CodeGen/Mips/GlobalISel/irtranslator/float_args.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59642.191690.patch
Type: text/x-patch
Size: 19623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190321/01321436/attachment.bin>
More information about the llvm-commits
mailing list