[PATCH] D84069: [NFC][PPC][AIX] Add test coverage for _Complex return values

Chris Bowler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 13:24:22 PDT 2020


cebowleratibm created this revision.
cebowleratibm added reviewers: ZarkoCA, sfertile, Xiangling_L.
Herald added subscribers: llvm-commits, nemanjai.
Herald added a project: LLVM.

This patch validates that llc has implemented the AIX ABI for _Complex float, _Complex double in 32 and 64 bit modes.  I've also validated the correct handling of ppc_fp128 _Complex, though we don't have a front-end that is expected to emit such IR yet.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84069

Files:
  llvm/test/CodeGen/PowerPC/aix-complex.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84069.278886.patch
Type: text/x-patch
Size: 6447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200717/ba76eeae/attachment.bin>


More information about the llvm-commits mailing list