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

Chih-Hung Hsieh via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 11:39:21 PST 2015


chh added a comment.

Will reduce fp128-compare.ll in the next diff.


================
Comment at: test/CodeGen/X86/fp128-cast.ll:154
@@ +153,3 @@
+
+define fp128 @TestPair128(i64 %a, i64 %b) {
+entry:
----------------
davidxl wrote:
> Please move this test case to a different patch.
This is about f128 calling convention to return f128 in SSE.
Are you sure about removing this one?



http://reviews.llvm.org/D11438





More information about the llvm-commits mailing list