OSDN Git Service

[AVR] Add a regression test for struct return lowering
authorDylan McKay <me@dylanmckay.io>
Tue, 20 Mar 2018 11:23:03 +0000 (11:23 +0000)
committerDylan McKay <me@dylanmckay.io>
Tue, 20 Mar 2018 11:23:03 +0000 (11:23 +0000)
commit2cfa233311b2aa1a34550173099b6701fe04c531
tree7151646afc40e4e6810b93e68068034a4b9c7af4
parent9d81521985ca448bce32a8b77b7ad4747d53ac3f
[AVR] Add a regression test for struct return lowering

The test is taken from
https://github.com/avr-rust/rust/issues/57

The originally implementation of struct return lowering was made in
r325474.

Patch by Peter Nimmervoll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327967 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/AVR/lower-formal-args-struct-return.ll [new file with mode: 0644]