[clang] [llvm] [llvm] Change `fp128` lowering to use `f128` functions by default (PR #76558)
Trevor Gross via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 14 18:47:57 PDT 2025
================
@@ -39,7 +39,7 @@ define double @f5(double %x, double %y) {
define fp128 @f6(fp128 %x, fp128 %y) {
; CHECK-LABEL: f6:
-; CHECK: brasl %r14, powl at PLT
+; CHECK: brasl %r14, powf128 at PLT
----------------
tgross35 wrote:
This has been updated to not change the current behavior on existing platforms, with a small exception of MIPS32 (due to lacking ABI information)
https://github.com/llvm/llvm-project/pull/76558
More information about the llvm-commits
mailing list