A scalar exceeds 4 bytes should be returned via stack
other than registers, on an AVRTiny device.
Details
Details
- Reviewers
dylanmckay aykevl - Commits
- rGf452b9dcaff5: [AVR] Fix wrong ABI of AVRTiny.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good to me.
For a future patch, it would be easier to review if you update test files to use update_llc_test_checks.py in a separate patch. That makes it much easier to see what actually changed.
This case clearly shows that an i32 value is returned via registers on both AVR and AVRTiny.