Skip to content

Commit e51ea1c

Browse files
committed
[RISCV] Remove unneeded declarations in llvm/test/CodeGen/RISCV/xandesbfhcvt.ll. NFC.
1 parent 0f09f2c commit e51ea1c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/test/CodeGen/RISCV/xandesbfhcvt.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
; RUN: llc -mtriple=riscv64 -mattr=+xandesbfhcvt -target-abi lp64f \
55
; RUN: -verify-machineinstrs < %s | FileCheck %s
66

7-
declare bfloat @llvm.riscv.nds.fcvt.bf16.s(float)
8-
97
define float @fcvt_s_bf16(bfloat %a) nounwind {
108
; CHECK-LABEL: fcvt_s_bf16:
119
; CHECK: # %bb.0:
@@ -15,8 +13,6 @@ define float @fcvt_s_bf16(bfloat %a) nounwind {
1513
ret float %1
1614
}
1715

18-
declare float @llvm.riscv.nds.fcvt.s.bf16(bfloat)
19-
2016
define bfloat @fcvt_bf16_s(float %a) nounwind {
2117
; CHECK-LABEL: fcvt_bf16_s:
2218
; CHECK: # %bb.0:

0 commit comments

Comments
 (0)