[PATCH] D67963: [MIPS GlobalISel] Lower aggregate structure return arguments

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 06:57:15 PDT 2019


Petar.Avramovic created this revision.
Petar.Avramovic added reviewers: atanasyan, petarj.
Herald added subscribers: llvm-commits, jrtc27, arichardson, rovka, sdardis.
Herald added a project: LLVM.

Implement aggreate structure split to simpler types in splitToValueTypes.
Aggregate structures can be encountered when working with complex numbers
e.g. 'complex float' or 'complex double' from <complex.h>.


Repository:
  rL LLVM

https://reviews.llvm.org/D67963

Files:
  lib/Target/Mips/MipsCallLowering.cpp
  lib/Target/Mips/MipsCallLowering.h
  test/CodeGen/Mips/GlobalISel/irtranslator/aggregate_struct_return.ll
  test/CodeGen/Mips/GlobalISel/llvm-ir/aggregate_struct_return.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67963.221536.patch
Type: text/x-patch
Size: 15967 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190924/22e91e1b/attachment-0001.bin>


More information about the llvm-commits mailing list