Lower float and double arguments in registers for MIPS32.
When float/double argument is passed through gpr registers
select appropriate move instruction.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D59642
[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.
Diff Detail Event TimelinePetar.Avramovic added a child revision: D59643: [MIPS GlobalISel] Add floating point register bank.Mar 21 2019, 7:48 AM This revision is now accepted and ready to land.Mar 24 2019, 2:34 PM Closed by commit rL356882: [MIPS GlobalISel] Lower float and double arguments in registers (authored by Petar.Avramovic). · Explain WhyMar 25 2019, 4:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 191690 lib/Target/Mips/MipsCallLowering.h
lib/Target/Mips/MipsCallLowering.cpp
test/CodeGen/Mips/GlobalISel/irtranslator/float_args.ll
|