[PATCH] D120393: [RISCV][NFC] Remove useless intrinsic function declare in test of Zbp extension
Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 24 00:45:27 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG05e82be7ea72: [RISCV][NFC] Remove useless intrinsic function declare in test of Zbp extension (authored by lian wang <Lian.Wang at streamcomputing.com>, committed by Lian Wang <Lian.Wang at streamcomputing.com>).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120393/new/
https://reviews.llvm.org/D120393
Files:
llvm/test/CodeGen/RISCV/rv64zbp-intrinsic.ll
Index: llvm/test/CodeGen/RISCV/rv64zbp-intrinsic.ll
===================================================================
--- llvm/test/CodeGen/RISCV/rv64zbp-intrinsic.ll
+++ llvm/test/CodeGen/RISCV/rv64zbp-intrinsic.ll
@@ -25,8 +25,6 @@
ret i32 %tmp
}
-declare i32 @llvm.riscv.grevi.i32(i32 %a)
-
define signext i32 @grevi32(i32 signext %a) nounwind {
; RV64ZBP-LABEL: grevi32:
; RV64ZBP: # %bb.0:
@@ -471,8 +469,6 @@
ret i64 %tmp
}
-declare i64 @llvm.riscv.gorci.i64(i64 %a)
-
define i64 @gorci64(i64 %a) nounwind {
; RV64ZBP-LABEL: gorci64:
; RV64ZBP: # %bb.0:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120393.411026.patch
Type: text/x-patch
Size: 592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220224/aa8688fc/attachment.bin>
More information about the llvm-commits
mailing list