Skip to content

Commit 050e49a

Browse files
committed
[RISCV] Fix copy/paste mistake in test comments. NFC
1 parent f171e05 commit 050e49a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/CodeGen/RISCV/GlobalISel/rv64zba.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ define i64 @sh3adduw_3(i64 %0, i64 %1) {
371371
ret i64 %5
372372
}
373373

374-
; Make sure we use sext.h+slli+srli for Zba+Zbb.
374+
; Make sure we use sext.b+slli+srli for Zba+Zbb.
375375
; FIXME: The RV64I and Zba only cases can be done with only 3 shifts.
376376
define zeroext i32 @sext_ashr_zext_i8(i8 %a) nounwind {
377377
; RV64I-LABEL: sext_ashr_zext_i8:

llvm/test/CodeGen/RISCV/rv64zba.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2298,7 +2298,7 @@ define i64 @addshl64_5_8(i64 %a, i64 %b) {
22982298
ret i64 %e
22992299
}
23002300

2301-
; Make sure we use sext.h+slli+srli for Zba+Zbb.
2301+
; Make sure we use sext.b+slli+srli for Zba+Zbb.
23022302
define zeroext i32 @sext_ashr_zext_i8(i8 %a) nounwind {
23032303
; RV64I-LABEL: sext_ashr_zext_i8:
23042304
; RV64I: # %bb.0:

0 commit comments

Comments
 (0)