[PATCH] D64289: [OpenMP] Fix 128-bit long double support on target
Joel E. Denny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 6 21:24:33 PDT 2019
jdenny updated this revision to Diff 208286.
jdenny added a comment.
This incorporates all the improvements I think we've discussed so far:
- In diagnostics, distinguish between unsupported types and non-equivalent types.
- Don't treat `__float128` and `long double` as equivalent.
- Compare exact floating point representation instead of just size.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64289/new/
https://reviews.llvm.org/D64289
Files:
clang/include/clang/AST/ASTContext.h
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/AST/ASTContext.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/nvptx_unsupported_type_messages.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64289.208286.patch
Type: text/x-patch
Size: 7006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190707/5fd16afb/attachment.bin>
More information about the cfe-commits
mailing list