[PATCH] D69578: [AIX] Add support for lowering int, float and double formal arguments.

Zarko Todorovski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 05:38:38 PST 2019


ZarkoCA updated this revision to Diff 230049.
ZarkoCA marked 4 inline comments as done.
ZarkoCA added a comment.

Moved assert to earliest position in truncateScalarIntger().
Fixed typos.
Removed std::max when calculating MinReservedArea.
Used `opt -mem2reg` to remove allocas resulting in body of callee functions looking cleaner with fewer unnecessary lines.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69578/new/

https://reviews.llvm.org/D69578

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/test/CodeGen/PowerPC/aix_cc_abi.ll
  llvm/test/CodeGen/PowerPC/aix_fpr_param.ll
  llvm/test/CodeGen/PowerPC/aix_gpr_param.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69578.230049.patch
Type: text/x-patch
Size: 50327 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191119/27fbca71/attachment.bin>


More information about the llvm-commits mailing list