summaryrefslogtreecommitdiff
path: root/test/threads.fromasm.imprecise
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2020-08-17 19:13:42 -0700
committerGitHub <noreply@github.com>2020-08-17 19:13:42 -0700
commit77fe6ded258ce37bd3ea78fd43c8bc0ef639682b (patch)
treebe2c33aa32f9063cdf6d29a64d0f0084e883f8cf /test/threads.fromasm.imprecise
parentf5a8bfd25c83dc05d48cbc525c5e8ec2deb246b3 (diff)
downloadbinaryen-77fe6ded258ce37bd3ea78fd43c8bc0ef639682b.tar.gz
binaryen-77fe6ded258ce37bd3ea78fd43c8bc0ef639682b.tar.bz2
binaryen-77fe6ded258ce37bd3ea78fd43c8bc0ef639682b.zip
Remove asm2wasm (#3042)
Now that fastcomp has been removed from Emscripten, there is no need for the asm2wasm tool which it used to compile fastcomp's asm.js output to wasm. See emscripten-core/emscripten#11860
Diffstat (limited to 'test/threads.fromasm.imprecise')
-rw-r--r--test/threads.fromasm.imprecise72
1 files changed, 0 insertions, 72 deletions
diff --git a/test/threads.fromasm.imprecise b/test/threads.fromasm.imprecise
deleted file mode 100644
index 0ca7ccc05..000000000
--- a/test/threads.fromasm.imprecise
+++ /dev/null
@@ -1,72 +0,0 @@
-(module
- (type $none_=>_none (func))
- (import "env" "memory" (memory $memory (shared 256 256)))
- (export "test" (func $test))
- (func $test (; has Stack IR ;)
- (local $0 i32)
- (drop
- (i32.atomic.load
- (i32.const 4916)
- )
- )
- (drop
- (i32.atomic.rmw.xor
- (i32.atomic.rmw.or
- (i32.atomic.rmw.and
- (i32.atomic.rmw.sub
- (i32.atomic.rmw.add
- (i32.atomic.rmw.cmpxchg
- (block (result i32)
- (i32.atomic.store
- (i32.atomic.load16_u
- (i32.const 2458)
- )
- (i32.const 0)
- )
- (i32.atomic.rmw.xchg
- (local.get $0)
- (i32.const 1)
- )
- )
- (i32.const 1)
- (i32.const 2)
- )
- (i32.const 0)
- )
- (i32.const 0)
- )
- (i32.const 0)
- )
- (i32.const 0)
- )
- (i32.const 0)
- )
- )
- (drop
- (i32.atomic.rmw.xor
- (i32.const 4096)
- (i32.const 0)
- )
- )
- (drop
- (i32.atomic.rmw16.xor_u
- (i32.const 2048)
- (i32.const 0)
- )
- )
- (drop
- (i32.atomic.rmw8.cmpxchg_u
- (i32.atomic.rmw8.cmpxchg_u
- (i32.atomic.rmw8.xor_u
- (i32.const 1024)
- (i32.const 0)
- )
- (i32.const 1)
- (i32.const 2)
- )
- (i32.const 1)
- (i32.const 2)
- )
- )
- )
-)