diff options
Diffstat (limited to 'test/passes/optimize-instructions_enable-threads.txt')
-rw-r--r-- | test/passes/optimize-instructions_enable-threads.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/passes/optimize-instructions_enable-threads.txt b/test/passes/optimize-instructions_enable-threads.txt index f54b6ae99..ef3122a89 100644 --- a/test/passes/optimize-instructions_enable-threads.txt +++ b/test/passes/optimize-instructions_enable-threads.txt @@ -196,6 +196,22 @@ (i32.const 0) ) ) + (drop + (i64.eqz + (i64.const 100) + ) + ) + (drop + (i64.eq + (i64.const 0) + (i64.const 100) + ) + ) + (drop + (i64.eqz + (i64.const 0) + ) + ) (if (i32.const 123) (nop) |