[llvm] RuntimeLibcalls: Fix reporting incorrectly typed fp128 long double functions (PR #214944)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 09:46:19 PDT 2026


================
@@ -140,59 +140,6 @@ define i32 @test_lrint_i32_f80(x86_fp80 %x) nounwind {
 }
 
 ; FIXME(#44744): incorrect libcall
----------------
arsenm wrote:

I'm not sure it's fully fixed, I have several more rounds of the same fundamental fix across targets 

https://github.com/llvm/llvm-project/pull/214944


More information about the llvm-commits mailing list