[PATCH] D111382: Support _Float128 and F128 literal in C mode

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 7 20:55:36 PDT 2021


MaskRay created this revision.
MaskRay added reviewers: bkramer, hubert.reinterpretcast, mibintc, nsz.
Herald added subscribers: dexonsmith, kbarton, nemanjai, dschuff.
MaskRay requested review of this revision.
Herald added subscribers: cfe-commits, aheejin.
Herald added a project: clang.

This adds F128 <https://reviews.llvm.org/F128> literal on top of D40673 <https://reviews.llvm.org/D40673>.

Note: rC321948 <https://reviews.llvm.org/rC321948> added some `__builtin_*f128` functions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111382

Files:
  clang/include/clang/Basic/TokenKinds.def
  clang/lib/Frontend/InitPreprocessor.cpp
  clang/lib/Lex/LiteralSupport.cpp
  clang/test/CodeGen/builtins-ppc-p9-f128.c
  clang/test/Preprocessor/init-x86.c
  clang/test/Preprocessor/init.c
  clang/test/Sema/_Float128.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111382.378084.patch
Type: text/x-patch
Size: 6253 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211008/780b9cc3/attachment.bin>


More information about the cfe-commits mailing list