| commit | a26f3be4546ae8cd3dae4fe945a36dca67d53329 | [log] [tgz] |
|---|---|---|
| author | Lei Huang <lei@ca.ibm.com> | Thu Jul 05 04:10:15 2018 +0000 |
| committer | Lei Huang <lei@ca.ibm.com> | Thu Jul 05 04:10:15 2018 +0000 |
| tree | bdf74cb51d161e1a4f9968a2cfa9681b97995a5a | |
| parent | 2db909cfae13f8cab5b02bce5490760e01da96e9 [diff] |
[Power9] Implement float128 parameter passing and return values This patch enable parameter passing and return by value for float128 types. Passing aggregate/union which contain float128 members will be submitted in subsequent patches. Differential Revision: https://reviews.llvm.org/D47552 llvm-svn: 336306