summaryrefslogtreecommitdiff
path: root/test/i64-setTempRet0.fromasm.imprecise
diff options
context:
space:
mode:
Diffstat (limited to 'test/i64-setTempRet0.fromasm.imprecise')
-rw-r--r--test/i64-setTempRet0.fromasm.imprecise30
1 files changed, 0 insertions, 30 deletions
diff --git a/test/i64-setTempRet0.fromasm.imprecise b/test/i64-setTempRet0.fromasm.imprecise
deleted file mode 100644
index 760854f6b..000000000
--- a/test/i64-setTempRet0.fromasm.imprecise
+++ /dev/null
@@ -1,30 +0,0 @@
-(module
- (type $none_=>_i32 (func (result i32)))
- (type $i32_=>_none (func (param i32)))
- (import "env" "setTempRet0" (func $setTempRet0 (param i32)))
- (import "env" "getTempRet0" (func $getTempRet0 (result i32)))
- (import "env" "illegalImportResult" (func $legalimport$illegalImportResult (result i32)))
- (export "illegalResult" (func $legalstub$illegalResult))
- (export "imports" (func $imports))
- (func $imports (; has Stack IR ;) (result i32)
- (i32.wrap_i64
- (i64.or
- (i64.extend_i32_u
- (call $legalimport$illegalImportResult)
- )
- (i64.shl
- (i64.extend_i32_u
- (call $getTempRet0)
- )
- (i64.const 32)
- )
- )
- )
- )
- (func $legalstub$illegalResult (; has Stack IR ;) (result i32)
- (call $setTempRet0
- (i32.const 2)
- )
- (i32.const 1)
- )
-)