Skip to content

Commit

Permalink
Update test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Nov 6, 2023
1 parent 897084b commit 3b54957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cranelift/filetests/filetests/egraph/shifts.clif
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ block0(v0: i8):
v2 = sshr v0, v1
v3 = ishl v2, v1
return v3
; check: v8 = iconst.i8 224
; check: v9 = band v0, v8
; check: return v9
; check: v7 = iconst.i8 224
; check: v8 = band v0, v7
; check: return v8
}

function %sextend_shift_32_64_unsigned(i32) -> i64 {
Expand Down

0 comments on commit 3b54957

Please sign in to comment.