[PATCH] D115874: [M68k][GlobalISel] Implement lowerCall based on M68k calling convention
    Sheng via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jan 18 04:04:24 PST 2022
    
    
  
0x59616e updated this revision to Diff 400807.
0x59616e marked 5 inline comments as done.
0x59616e added a comment.
Address the issue pointed by @arsenm. Thanks arsenm !
The following additional tests are included in this revision:
- return value with i32 / i16 / i8 and sret
- outgoing argument with i32 / i16 / i8 / pointer / array / struct
- struct passed byval.
- integer passed byval.
- array passed byval.
- indirect call
- call with pic
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115874/new/
https://reviews.llvm.org/D115874
Files:
  llvm/lib/Target/M68k/GISel/M68kCallLowering.cpp
  llvm/lib/Target/M68k/GISel/M68kCallLowering.h
  llvm/test/CodeGen/M68k/GlobalISel/irtranslator-call.ll
  llvm/test/CodeGen/M68k/GlobalISel/irtranslator-pic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115874.400807.patch
Type: text/x-patch
Size: 27710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220118/86dc1ccc/attachment.bin>
    
    
More information about the llvm-commits
mailing list