[PATCH] D94462: [PowerPC][AIX] Support calling convention for IEEE Long Double

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 18:12:31 PST 2021


steven.zhang created this revision.
steven.zhang added reviewers: sfertile, hubert.reinterpretcast, jsji, PowerPC.
Herald added subscribers: shchenz, kbarton, hiraditya, nemanjai.
steven.zhang requested review of this revision.
Herald added a project: LLVM.

We have supported the calling convention for altivec. As the fp128 is handled by VSR register, it should have the same calling convention with vector type.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94462

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/f128-arith.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94462.315974.patch
Type: text/x-patch
Size: 21008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210112/db52a7c8/attachment.bin>


More information about the llvm-commits mailing list