https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/133279
>From bc65196c0919f337e7efcaaa1c7fb20ac988b3d4 Mon Sep 17 00:00:00 2001 From: Lei Huang <l...@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) _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits