[PATCH] D138201: [AVR] Fix wrong ABI on AVRTiny.

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 04:41:00 PST 2022


benshi001 created this revision.
benshi001 added reviewers: dylanmckay, aykevl.
Herald added subscribers: Jim, hiraditya.
Herald added a project: All.
benshi001 requested review of this revision.
Herald added subscribers: llvm-commits, jacquesguan.
Herald added a project: LLVM.

A scalar exceeds 4 bytes should be returned via stack
other than registers, on an AVRTiny device.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138201

Files:
  llvm/lib/Target/AVR/AVRISelLowering.cpp
  llvm/test/CodeGen/AVR/return.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138201.476089.patch
Type: text/x-patch
Size: 11296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221117/7e248d61/attachment.bin>


More information about the llvm-commits mailing list