[PATCH] D48088: [PowerPC] The __float128 type should only be available on Power9

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 12 12:06:43 PDT 2018


stefanp created this revision.
stefanp added reviewers: nemanjai, kbarton, hfinkel, syzaara, sfertile, lei, echristo.

Hardware support for IEEE __float128 was introduced in power 9.
We will now produce an error for the option -mfloat128 when run on any power PC older than power 9.


https://reviews.llvm.org/D48088

Files:
  lib/Basic/Targets/PPC.cpp
  lib/Basic/Targets/PPC.h
  test/Driver/ppc-f128-support-check.c
  test/Preprocessor/init.c
  test/Sema/float128-ld-incompatibility.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48088.150990.patch
Type: text/x-patch
Size: 15931 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180612/5e6665f2/attachment.bin>


More information about the llvm-commits mailing list