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

David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 11:42:43 PST 2015


davidxl added inline comments.

================
Comment at: test/CodeGen/X86/fp128-cast.ll:154
@@ +153,3 @@
+
+define fp128 @TestPair128(i64 %a, i64 %b) {
+entry:
----------------
chh wrote:
> 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?
> 
you are right -- this one is relevant.

Please check the rest.


http://reviews.llvm.org/D11438





More information about the llvm-commits mailing list