[PATCH] D64276: [ItaniumMangle] Refactor long double/__float128 mangling and fix the mangled code

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 7 21:41:12 PDT 2019


MaskRay updated this revision to Diff 208313.
MaskRay retitled this revision from "[ItaniumMangle] Replace useFloat128ManglingForLongDouble() with getManglingForLongDouble() and getManglingForFloat128()" to "[ItaniumMangle] Refactor long double/__float128 mangling and fix the mangled code".
MaskRay edited the summary of this revision.
MaskRay added a comment.

Fix mangled code of __float128 on x86


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64276/new/

https://reviews.llvm.org/D64276

Files:
  include/clang/Basic/TargetInfo.h
  lib/AST/ItaniumMangle.cpp
  lib/Basic/Targets/PPC.h
  lib/Basic/Targets/SystemZ.h
  lib/Basic/Targets/X86.h
  test/CodeGenCXX/float128-declarations.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64276.208313.patch
Type: text/x-patch
Size: 6401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190708/33e90d1d/attachment.bin>


More information about the cfe-commits mailing list