Commit 5d027a3
committed
[NFC][Clang][AArch64]Refactor implementation of Neon vectors MFloat8x8 and MFloat8x16
This patch removes the builtins for MFloat8x8 and Mfloat8x16 and build these types
the same way the other neon vectors are build. It uses the scalar type(mfloat8).1 parent fcfd643 commit 5d027a3
File tree
14 files changed
+70
-42
lines changed- clang
- include/clang
- AST
- Basic
- lib
- AST
- CodeGen
- Targets
- Sema
- test
- CodeGen
- Sema
- utils/TableGen
14 files changed
+70
-42
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2521 | 2521 | | |
2522 | 2522 | | |
2523 | 2523 | | |
| 2524 | + | |
2524 | 2525 | | |
2525 | 2526 | | |
2526 | 2527 | | |
| |||
8527 | 8528 | | |
8528 | 8529 | | |
8529 | 8530 | | |
| 8531 | + | |
| 8532 | + | |
| 8533 | + | |
| 8534 | + | |
8530 | 8535 | | |
8531 | 8536 | | |
8532 | 8537 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | | - | |
206 | 204 | | |
207 | 205 | | |
208 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
| 202 | + | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| |||
220 | 221 | | |
221 | 222 | | |
222 | 223 | | |
| 224 | + | |
223 | 225 | | |
224 | 226 | | |
225 | 227 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3902 | 3902 | | |
3903 | 3903 | | |
3904 | 3904 | | |
| 3905 | + | |
| 3906 | + | |
3905 | 3907 | | |
3906 | 3908 | | |
3907 | 3909 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6513 | 6513 | | |
6514 | 6514 | | |
6515 | 6515 | | |
| 6516 | + | |
| 6517 | + | |
6516 | 6518 | | |
6517 | 6519 | | |
6518 | 6520 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
650 | 655 | | |
651 | 656 | | |
652 | 657 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | 378 | | |
383 | 379 | | |
384 | 380 | | |
| |||
620 | 616 | | |
621 | 617 | | |
622 | 618 | | |
623 | | - | |
624 | | - | |
| 619 | + | |
625 | 620 | | |
626 | 621 | | |
627 | 622 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| 326 | + | |
| 327 | + | |
326 | 328 | | |
327 | 329 | | |
328 | 330 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10156 | 10156 | | |
10157 | 10157 | | |
10158 | 10158 | | |
| 10159 | + | |
| 10160 | + | |
| 10161 | + | |
| 10162 | + | |
| 10163 | + | |
10159 | 10164 | | |
10160 | 10165 | | |
10161 | 10166 | | |
| |||
0 commit comments