Skip to content

Commit cc4b02f

Browse files
committed
Rename test case
1 parent 8f1cd06 commit cc4b02f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/CodeGen/WebAssembly/masked-shifts.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ define i32 @shl_i32(i32 %v, i32 %x) {
1818
ret i32 %a
1919
}
2020

21-
define i64 @shl_i64_i32(i64 %v, i32 %x) {
22-
; CHECK-LABEL: shl_i64_i32:
23-
; CHECK: .functype shl_i64_i32 (i64, i32) -> (i64)
21+
define i64 @shl_i64_zext(i64 %v, i32 %x) {
22+
; CHECK-LABEL: shl_i64_zext:
23+
; CHECK: .functype shl_i64_zext (i64, i32) -> (i64)
2424
; CHECK-NEXT: # %bb.0:
2525
; CHECK-NEXT: local.get 0
2626
; CHECK-NEXT: local.get 1

0 commit comments

Comments
 (0)