[llvm-branch-commits] [llvm] bc65196 - update test due to https://github.com/llvm/llvm-project/pull/126880 not being backported
Tom Stellard via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Mar 31 12:52:13 PDT 2025
Author: Lei Huang
Date: 2025-03-31T12:51:21-07:00
New Revision: bc65196c0919f337e7efcaaa1c7fb20ac988b3d4
URL: https://github.com/llvm/llvm-project/commit/bc65196c0919f337e7efcaaa1c7fb20ac988b3d4
DIFF: https://github.com/llvm/llvm-project/commit/bc65196c0919f337e7efcaaa1c7fb20ac988b3d4.diff
LOG: update test due to https://github.com/llvm/llvm-project/pull/126880 not being backported
Added:
Modified:
llvm/test/CodeGen/PowerPC/f128-conv.ll
Removed:
################################################################################
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