summaryrefslogtreecommitdiff
path: root/test/min.fromasm.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/min.fromasm.no-opts')
-rw-r--r--test/min.fromasm.no-opts26
1 files changed, 17 insertions, 9 deletions
diff --git a/test/min.fromasm.no-opts b/test/min.fromasm.no-opts
index 4e90b3f34..9b9d6a353 100644
--- a/test/min.fromasm.no-opts
+++ b/test/min.fromasm.no-opts
@@ -31,17 +31,25 @@
)
)
(func $bitcasts (param $i i32) (param $f f32)
- (f32.reinterpret/i32
- (get_local $i)
- )
- (f64.promote/f32
- (f32.reinterpret/i32
- (get_local $i)
+ (drop
+ (block
+ (drop
+ (f32.reinterpret/i32
+ (get_local $i)
+ )
+ )
+ (drop
+ (f64.promote/f32
+ (f32.reinterpret/i32
+ (get_local $i)
+ )
+ )
+ )
+ (i32.reinterpret/f32
+ (get_local $f)
+ )
)
)
- (i32.reinterpret/f32
- (get_local $f)
- )
)
(func $ctzzzz (result i32)
(return