Skip to content

Commit af25e25

Browse files
oscardssmithOscar Smith
authored andcommitted
try fixing test
1 parent 0318bcf commit af25e25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llvm/test/CodeGen/RISCV/rv32zbc-zbkc-intrinsic.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ define i32 @clmul32(i32 %a, i32 %b) nounwind {
1818
declare i32 @llvm.clmul.i32(i32 %a, i32 %b)
1919

2020
define i32 @generic_clmul32(i32 %a, i32 %b) nounwind {
21-
; RV32ZBC-ZBKC-LABEL: clmul32:
21+
; RV32ZBC-ZBKC-LABEL: generic_clmul32:
2222
; RV32ZBC-ZBKC: # %bb.0:
2323
; RV32ZBC-ZBKC-NEXT: clmul a0, a0, a1
2424
; RV32ZBC-ZBKC-NEXT: ret

llvm/test/CodeGen/RISCV/rv64zbc-zbkc-intrinsic.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ define i64 @clmul64(i64 %a, i64 %b) nounwind {
1818
declare i64 @llvm.clmul.i64(i64 %a, i64 %b)
1919

2020
define i64 @generic_clmul64(i64 %a, i64 %b) nounwind {
21-
; RV64ZBC-ZBKC-LABEL: clmul64:
21+
; RV64ZBC-ZBKC-LABEL: generic_clmul64:
2222
; RV64ZBC-ZBKC: # %bb.0:
2323
; RV64ZBC-ZBKC-NEXT: clmul a0, a0, a1
2424
; RV64ZBC-ZBKC-NEXT: ret
@@ -51,7 +51,7 @@ define signext i32 @clmul32(i32 signext %a, i32 signext %b) nounwind {
5151
declare i32 @llvm.clmul.i32(i32 %a, i32 %b)
5252

5353
define signext i32 @generic_clmul32(i32 signext %a, i32 signext %b) nounwind {
54-
; RV64ZBC-ZBKC-LABEL: clmul32:
54+
; RV64ZBC-ZBKC-LABEL: generic_clmul32:
5555
; RV64ZBC-ZBKC: # %bb.0:
5656
; RV64ZBC-ZBKC-NEXT: clmul a0, a0, a1
5757
; RV64ZBC-ZBKC-NEXT: sext.w a0, a0

0 commit comments

Comments
 (0)