Commit 20efebc
[WebAssembly] Renumber SIMD opcodes
Summary:
As described in WebAssembly/simd#209. This is
the final reorganization of the SIMD opcode space before
standardization. It has been landed in concert with corresponding
changes in other projects in the WebAssembly SIMD ecosystem.
Reviewers: aheejin
Subscribers: dschuff, sbc100, jgravelle-google, hiraditya, sunfish, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D79224File tree
10 files changed
+392
-495
lines changed- clang
- include/clang/Basic
- lib
- CodeGen
- Headers
- test/CodeGen
- llvm
- lib/Target/WebAssembly
- test
- CodeGen/WebAssembly
- MC
- Disassembler/WebAssembly
- WebAssembly
10 files changed
+392
-495
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
158 | 156 | | |
159 | 157 | | |
160 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15876 | 15876 | | |
15877 | 15877 | | |
15878 | 15878 | | |
15879 | | - | |
15880 | | - | |
| 15879 | + | |
15881 | 15880 | | |
15882 | 15881 | | |
15883 | 15882 | | |
| |||
15888 | 15887 | | |
15889 | 15888 | | |
15890 | 15889 | | |
15891 | | - | |
15892 | | - | |
| 15890 | + | |
15893 | 15891 | | |
15894 | 15892 | | |
15895 | 15893 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1007 | 1007 | | |
1008 | 1008 | | |
1009 | 1009 | | |
1010 | | - | |
1011 | | - | |
1012 | | - | |
1013 | | - | |
1014 | | - | |
1015 | | - | |
1016 | | - | |
1017 | | - | |
1018 | | - | |
1019 | | - | |
1020 | | - | |
1021 | | - | |
1022 | | - | |
1023 | | - | |
1024 | 1010 | | |
1025 | 1011 | | |
1026 | 1012 | | |
| |||
1031 | 1017 | | |
1032 | 1018 | | |
1033 | 1019 | | |
1034 | | - | |
1035 | | - | |
1036 | | - | |
1037 | | - | |
1038 | | - | |
1039 | | - | |
1040 | | - | |
1041 | | - | |
1042 | | - | |
1043 | | - | |
1044 | | - | |
1045 | | - | |
1046 | | - | |
1047 | | - | |
1048 | 1020 | | |
1049 | 1021 | | |
1050 | 1022 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | 648 | | |
661 | 649 | | |
662 | 650 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
191 | 190 | | |
192 | 191 | | |
193 | 192 | | |
| |||
0 commit comments