diff options
author | Heejin Ahn <aheejin@gmail.com> | 2021-12-20 19:36:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 19:36:05 -0800 |
commit | 1f3a1d5fae0296fdf503968131905be9e8f40cf4 (patch) | |
tree | 09ecfc4a4e193296cbf27014564e959f12010b89 /test/dump/convert-sat.txt | |
parent | e59cf9369004a521814222afbc05ae6b59446cd5 (diff) | |
download | wabt-1f3a1d5fae0296fdf503968131905be9e8f40cf4.tar.gz wabt-1f3a1d5fae0296fdf503968131905be9e8f40cf4.tar.bz2 wabt-1f3a1d5fae0296fdf503968131905be9e8f40cf4.zip |
Finish instruction renaming (#1792)
This finishes #985. This
- replaces the old names in the tests with the new names
- drops support for the deprecated names
- renames test files to match new instruction names
I don't think dropping support for the old names will be a problem at
this point. #985 says the old names are supported for convenience but we
should remove those too at some point; that "some point" may have well
arrived given that three years have passed.
The lists of names updated are in #933, #1564, WebAssembly/spec#720.
Diffstat (limited to 'test/dump/convert-sat.txt')
-rw-r--r-- | test/dump/convert-sat.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/dump/convert-sat.txt b/test/dump/convert-sat.txt index 7542c11f..03122c26 100644 --- a/test/dump/convert-sat.txt +++ b/test/dump/convert-sat.txt @@ -3,35 +3,35 @@ (module (func f32.const 0 - i32.trunc_s:sat/f32 + i32.trunc_sat_f32_s drop f32.const 0 - i32.trunc_u:sat/f32 + i32.trunc_sat_f32_u drop f64.const 0 - i32.trunc_s:sat/f64 + i32.trunc_sat_f64_s drop f64.const 0 - i32.trunc_u:sat/f64 + i32.trunc_sat_f64_u drop f32.const 0 - i64.trunc_s:sat/f32 + i64.trunc_sat_f32_s drop f32.const 0 - i64.trunc_u:sat/f32 + i64.trunc_sat_f32_u drop f64.const 0 - i64.trunc_s:sat/f64 + i64.trunc_sat_f64_s drop f64.const 0 - i64.trunc_u:sat/f64 + i64.trunc_sat_f64_u drop)) (;; STDERR ;;; 0000000: 0061 736d ; WASM_BINARY_MAGIC |