Skip to content

Commit 05e82be

Browse files
lian wangLian Wang
authored andcommitted
[RISCV][NFC] Remove useless intrinsic function declare in test of Zbp extension
Reviewed By: benshi001 Differential Revision: https://reviews.llvm.org/D120393
1 parent 5333732 commit 05e82be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/test/CodeGen/RISCV/rv64zbp-intrinsic.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ define signext i32 @grev32_demandedbits(i32 signext %a, i32 signext %b, i32 sign
2525
ret i32 %tmp
2626
}
2727

28-
declare i32 @llvm.riscv.grevi.i32(i32 %a)
29-
3028
define signext i32 @grevi32(i32 signext %a) nounwind {
3129
; RV64ZBP-LABEL: grevi32:
3230
; RV64ZBP: # %bb.0:
@@ -471,8 +469,6 @@ define i64 @gorc64_demandedbits(i64 %a, i64 %b) nounwind {
471469
ret i64 %tmp
472470
}
473471

474-
declare i64 @llvm.riscv.gorci.i64(i64 %a)
475-
476472
define i64 @gorci64(i64 %a) nounwind {
477473
; RV64ZBP-LABEL: gorci64:
478474
; RV64ZBP: # %bb.0:

0 commit comments

Comments
 (0)