Commit 38b4ffe
committed
style:Refactor vector instruction handling in Cranelift backend tests for improved readability
- Reformatted code for creating vector instructions to enhance clarity.
- Adjusted formatting of terminator settings for consistency.
- Improved readability of function calls by breaking lines for better alignment.
- Ensured consistent use of block structure in test functions.
- Minor adjustments to comments for clarity.
Update ZyntaxRuntime type registration logic for better clarity
- Refactored type registration logic to improve readability.
- Simplified the existing ID check for registered types.
- Enhanced the flow of logic when checking for existing types with fields.1 parent b3d7bd1 commit 38b4ffe
7 files changed
Lines changed: 801 additions & 394 deletions
File tree
- crates
- compiler
- src
- tests
- zyntax_embed/src
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
625 | | - | |
626 | 625 | | |
627 | 626 | | |
628 | 627 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
927 | | - | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
928 | 933 | | |
929 | 934 | | |
930 | | - | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
931 | 942 | | |
932 | | - | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
933 | 950 | | |
934 | 951 | | |
935 | 952 | | |
936 | | - | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
937 | 961 | | |
938 | | - | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
939 | 968 | | |
940 | 969 | | |
941 | | - | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
942 | 977 | | |
943 | | - | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
944 | 984 | | |
945 | 985 | | |
946 | 986 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1181 | 1181 | | |
1182 | 1182 | | |
1183 | 1183 | | |
1184 | | - | |
| 1184 | + | |
| 1185 | + | |
1185 | 1186 | | |
1186 | 1187 | | |
1187 | 1188 | | |
1188 | 1189 | | |
1189 | 1190 | | |
1190 | 1191 | | |
1191 | | - | |
1192 | | - | |
1193 | | - | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
1194 | 1195 | | |
1195 | 1196 | | |
1196 | 1197 | | |
| |||
1212 | 1213 | | |
1213 | 1214 | | |
1214 | 1215 | | |
1215 | | - | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
1216 | 1219 | | |
1217 | 1220 | | |
1218 | 1221 | | |
| |||
1221 | 1224 | | |
1222 | 1225 | | |
1223 | 1226 | | |
1224 | | - | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
1225 | 1231 | | |
1226 | 1232 | | |
1227 | 1233 | | |
| |||
1243 | 1249 | | |
1244 | 1250 | | |
1245 | 1251 | | |
1246 | | - | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
1247 | 1255 | | |
1248 | 1256 | | |
1249 | 1257 | | |
| |||
0 commit comments