diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-11-05 19:29:26 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-11-06 10:13:12 -0800 |
commit | 57d0a549d715a25b471c8913c3013fc407eceea6 (patch) | |
tree | 4984374220181ca61044bd7d8849aaec2084c1ec /test/wasm-only.fromasm.imprecise | |
parent | 5447c53b612c8d0f0d0902efe5053f2f81bd1595 (diff) | |
download | binaryen-57d0a549d715a25b471c8913c3013fc407eceea6.tar.gz binaryen-57d0a549d715a25b471c8913c3013fc407eceea6.tar.bz2 binaryen-57d0a549d715a25b471c8913c3013fc407eceea6.zip |
improve local simplication: simplify without if/block structure values before coalesce, so that coalesce can remove all copies, then do another pass of full simplification after it
Diffstat (limited to 'test/wasm-only.fromasm.imprecise')
-rw-r--r-- | test/wasm-only.fromasm.imprecise | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/wasm-only.fromasm.imprecise b/test/wasm-only.fromasm.imprecise index 0289372eb..def563598 100644 --- a/test/wasm-only.fromasm.imprecise +++ b/test/wasm-only.fromasm.imprecise @@ -124,7 +124,6 @@ (local $0 i64) (local $1 i32) (local $2 i64) - (local $3 f64) (set_local $2 (i64.const 128849018897) ) @@ -162,11 +161,6 @@ (get_local $1) ) ) - (set_local $3 - (f64.convert_u/i64 - (get_local $0) - ) - ) ) (func $imports (result i64) (call $legalfunc$illegalImport |