diff options
Diffstat (limited to 'test/passes/optimize-instructions_all-features.txt')
-rw-r--r-- | test/passes/optimize-instructions_all-features.txt | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/test/passes/optimize-instructions_all-features.txt b/test/passes/optimize-instructions_all-features.txt index 8a1c30e8b..b5e720353 100644 --- a/test/passes/optimize-instructions_all-features.txt +++ b/test/passes/optimize-instructions_all-features.txt @@ -1442,13 +1442,19 @@ ) ) ) - (func $add-sub-zero (param $0 i32) (param $1 i32) + (func $add-sub-zero (param $0 i32) (param $1 i64) (drop (local.get $0) ) (drop (local.get $0) ) + (drop + (local.get $1) + ) + (drop + (local.get $1) + ) ) (func $store-signext (param $0 i32) (i32.store8 @@ -2289,6 +2295,16 @@ ) ) ) + (func $zero-ops-64 (result i32) + (return + (i64.eq + (i64.load16_s align=1 + (i32.const 790656516) + ) + (i64.const -1337) + ) + ) + ) (func $sign-ext-1-and-ne (result i32) (i32.ne (i32.and |