================
@@ -241,3 +241,33 @@ entry:
   store fp128 %1, ptr %scalar.result, align 8
   ret void
 }
+
+define fp128 @f128_direct(fp128 %num) nounwind {
----------------
s-barannikov wrote:

> On the other hand argument pointers are passed in registers just like regular 
> pointers.

I mean the case when all registers are used by the previous arguments and the 
pointer has to be passed on the stack.


https://github.com/llvm/llvm-project/pull/162226
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to