[PATCH] D11438: Part 2 to fix x86_64 fp128 calling convention.
Chih-Hung Hsieh via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 11 22:58:04 PST 2015
chh added inline comments.
================
Comment at: test/CodeGen/X86/fp128-i128.ll:8
@@ +7,3 @@
+; long double e;
+; struct {
+; unsigned long manl :64;
----------------
davidxl wrote:
> This should be fixed in clang FE. By default, long double is extended FP, not quadFP --- so do fix the comment to avoid confusion.
Used __float128 here and added more comments at the top of file.
http://reviews.llvm.org/D11438
More information about the llvm-commits
mailing list