summaryrefslogtreecommitdiff
path: root/test/threads.wasm-only.fromasm.imprecise
diff options
context:
space:
mode:
Diffstat (limited to 'test/threads.wasm-only.fromasm.imprecise')
-rw-r--r--test/threads.wasm-only.fromasm.imprecise20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/threads.wasm-only.fromasm.imprecise b/test/threads.wasm-only.fromasm.imprecise
index 839532cce..4952b5021 100644
--- a/test/threads.wasm-only.fromasm.imprecise
+++ b/test/threads.wasm-only.fromasm.imprecise
@@ -19,10 +19,10 @@
(drop
(i64.atomic.rmw.cmpxchg
(i32.const 1024)
- (tee_local $1
+ (local.tee $1
(i64.atomic.rmw.xchg
(i32.const 1024)
- (tee_local $0
+ (local.tee $0
(i64.atomic.rmw.xor
(i32.const 1024)
(i64.atomic.rmw.or
@@ -32,7 +32,7 @@
(i64.atomic.rmw.sub
(i32.const 1024)
(i64.atomic.rmw.add
- (get_local $2)
+ (local.get $2)
(i64.const 26)
)
)
@@ -42,26 +42,26 @@
)
)
)
- (get_local $0)
+ (local.get $0)
)
)
- (get_local $1)
+ (local.get $1)
)
(func $legalstub$test64 (; 2 ;) (; has Stack IR ;) (result i32)
(local $0 i64)
- (set_local $0
+ (local.set $0
(call $test64)
)
(call $setTempRet0
- (i32.wrap/i64
+ (i32.wrap_i64
(i64.shr_u
- (get_local $0)
+ (local.get $0)
(i64.const 32)
)
)
)
- (i32.wrap/i64
- (get_local $0)
+ (i32.wrap_i64
+ (local.get $0)
)
)
)