[PATCH] D11438: Part 2 to fix x86_64 fp128 calling convention.

David Li via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 15:49:33 PST 2015


davidxl added inline comments.

================
Comment at: test/CodeGen/X86/fp128-i128.ll:8
@@ +7,3 @@
+;   long double e;
+;   struct {
+;     unsigned long manl :64;
----------------
This should be fixed in clang FE.  By default, long double is extended FP, not quadFP --- so do fix the comment to avoid confusion.


http://reviews.llvm.org/D11438





More information about the llvm-commits mailing list