[PATCH] D47552: [Power9] Implement float128 parameter passing by value

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 30 12:46:30 PDT 2018


lei created this revision.
lei added reviewers: nemanjai, hfinkel, stefanp, sfertile, syzaara.
Herald added a subscriber: kbarton.

This patch just enable parameter passing by value for float128 types.
Passing aggregate/union which contain float128 members will be submitted in subsequent patches.


https://reviews.llvm.org/D47552

Files:
  lib/Target/PowerPC/PPCCallingConv.td
  lib/Target/PowerPC/PPCISelLowering.cpp
  test/CodeGen/PowerPC/f128-passByValue.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47552.149181.patch
Type: text/x-patch
Size: 11307 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180530/02fcf173/attachment.bin>


More information about the llvm-commits mailing list