[llvm-branch-commits] [llvm] [PowerPC] Support conversion between f16 and f128 (#130158) (PR #133279)
Tom Stellard via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 28 22:56:04 PDT 2025
https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/133279
>From 9cb7ed36484774b012b8e17c79fccc161c36d116 Mon Sep 17 00:00:00 2001
From: Lei Huang <lei at ca.ibm.com>
Date: Thu, 27 Mar 2025 17:27:45 +0000
Subject: [PATCH] update test due to
https://github.com/llvm/llvm-project/pull/126880 not being backported
---
llvm/test/CodeGen/PowerPC/f128-conv.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/test/CodeGen/PowerPC/f128-conv.ll b/llvm/test/CodeGen/PowerPC/f128-conv.ll
index f8b2861156db4..1a51ca64177a0 100644
--- a/llvm/test/CodeGen/PowerPC/f128-conv.ll
+++ b/llvm/test/CodeGen/PowerPC/f128-conv.ll
@@ -1365,7 +1365,7 @@ define half @trunc(fp128 %a) nounwind {
; CHECK-P8-NEXT: bl __trunckfhf2
; CHECK-P8-NEXT: nop
; CHECK-P8-NEXT: clrldi r3, r3, 48
-; CHECK-P8-NEXT: bl __extendhfsf2
+; CHECK-P8-NEXT: bl __gnu_h2f_ieee
; CHECK-P8-NEXT: nop
; CHECK-P8-NEXT: addi r1, r1, 32
; CHECK-P8-NEXT: ld r0, 16(r1)
More information about the llvm-branch-commits
mailing list