diff options
Diffstat (limited to 'test/passes/optimize-instructions_all-features.txt')
-rw-r--r-- | test/passes/optimize-instructions_all-features.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/test/passes/optimize-instructions_all-features.txt b/test/passes/optimize-instructions_all-features.txt index 860783f36..873d550d7 100644 --- a/test/passes/optimize-instructions_all-features.txt +++ b/test/passes/optimize-instructions_all-features.txt @@ -3516,6 +3516,42 @@ ) ) (drop + (i32.eqz + (i32.shr_u + (local.get $x) + (i32.const 31) + ) + ) + ) + (drop + (i64.eqz + (i64.shr_u + (local.get $y) + (i64.const 63) + ) + ) + ) + (drop + (i64.eqz + (i64.shr_u + (local.get $y) + (i64.const 63) + ) + ) + ) + (drop + (i64.eqz + (local.get $y) + ) + ) + (drop + (i32.eqz + (i32.wrap_i64 + (local.get $y) + ) + ) + ) + (drop (i32.wrap_i64 (i64.and (local.get $y) |