[clang] [compiler-rt] [llvm] [SPARC] Properly handle CC for long double on sparc32 (PR #162226)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 23 23:42:49 PST 2025
================
@@ -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:
Is there a test that checks that the pointer to indirectly passed fp128 is passed on the stack?
https://github.com/llvm/llvm-project/pull/162226
More information about the llvm-commits
mailing list