Commit 0cadef8
committed
[AArch64][SVE] Add AArch64ISD nodes for wide add instructions
When lowering from a partial reduction to a pair of wide adds,
previously the corresponding intrinsics were returned as nodes.
Now there are AArch64ISD nodes that are returned.1 parent 5c3befb commit 0cadef8
File tree
3 files changed
+46
-15
lines changed- llvm/lib/Target/AArch64
3 files changed
+46
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2768 | 2768 | | |
2769 | 2769 | | |
2770 | 2770 | | |
| 2771 | + | |
| 2772 | + | |
| 2773 | + | |
| 2774 | + | |
2771 | 2775 | | |
2772 | 2776 | | |
2773 | 2777 | | |
| |||
21907 | 21911 | | |
21908 | 21912 | | |
21909 | 21913 | | |
21910 | | - | |
21911 | | - | |
21912 | | - | |
21913 | | - | |
21914 | | - | |
21915 | | - | |
21916 | | - | |
21917 | | - | |
21918 | | - | |
21919 | | - | |
21920 | | - | |
| 21914 | + | |
| 21915 | + | |
| 21916 | + | |
| 21917 | + | |
21921 | 21918 | | |
21922 | 21919 | | |
21923 | 21920 | | |
| |||
22097 | 22094 | | |
22098 | 22095 | | |
22099 | 22096 | | |
| 22097 | + | |
| 22098 | + | |
| 22099 | + | |
| 22100 | + | |
| 22101 | + | |
| 22102 | + | |
| 22103 | + | |
| 22104 | + | |
| 22105 | + | |
| 22106 | + | |
| 22107 | + | |
| 22108 | + | |
22100 | 22109 | | |
22101 | 22110 | | |
22102 | 22111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
276 | 282 | | |
277 | 283 | | |
278 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
433 | 449 | | |
434 | 450 | | |
435 | 451 | | |
| |||
3674 | 3690 | | |
3675 | 3691 | | |
3676 | 3692 | | |
3677 | | - | |
3678 | | - | |
3679 | | - | |
3680 | | - | |
| 3693 | + | |
| 3694 | + | |
| 3695 | + | |
| 3696 | + | |
3681 | 3697 | | |
3682 | 3698 | | |
3683 | 3699 | | |
| |||
0 commit comments