]> granicus.if.org Git - llvm/commit
Allow a maximum of 64 bits to be returned in registers
authorDylan McKay <dylanmckay34@gmail.com>
Sat, 8 Oct 2016 01:05:09 +0000 (01:05 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Sat, 8 Oct 2016 01:05:09 +0000 (01:05 +0000)
commit942ffca25d20cb7f1cea514698455d2721e091b5
tree25beaa556d0583ae684daa797b303e58210f8de8
parent2884d8d5eeeb69660242ea542e864eee3c575573
Allow a maximum of 64 bits to be returned in registers

The rest spills to the stack

Authored by Jake Goulding

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283635 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AVR/AVRISelLowering.h
test/CodeGen/AVR/large-return-size.ll [new file with mode: 0644]