Commit 3bbb0a3
committed
[AArch64] Add missing ASIMD FP convert instructions to the scheduling model
Some ASIMD FP convert instructions have incorrect scheduling information.
These instructions currently have latency 2, throughput 4 and utilise
pipeline V. This patch corrects the scheduling models to match the
relevant Software Optimization Guide.
The V1 and V2 Software Optimization Guide show that ASIMD FP convert
instructions should all utilise pipelines V02. Their execution latency
and throughput should also differ depending on form. See section
3.17 "ASIMD floating-point instructions" in the Neoverse-V1 and
Neoverse-V2 Software Optimization Guide for characteristics of
instruction performance.
Reference:
- V1 SOG: https://developer.arm.com/documentation/109897/latest/
- V2 SOG: https://developer.arm.com/documentation/109898/latest/1 parent cd0373e commit 3bbb0a3
File tree
4 files changed
+168
-144
lines changed- llvm
- lib/Target/AArch64
- test/tools/llvm-mca/AArch64/Neoverse
4 files changed
+168
-144
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1015 | 1015 | | |
1016 | 1016 | | |
1017 | 1017 | | |
1018 | | - | |
1019 | | - | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
1020 | 1026 | | |
1021 | 1027 | | |
1022 | | - | |
1023 | | - | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
1024 | 1036 | | |
1025 | 1037 | | |
1026 | | - | |
1027 | | - | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
1028 | 1046 | | |
1029 | 1047 | | |
1030 | 1048 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1567 | 1567 | | |
1568 | 1568 | | |
1569 | 1569 | | |
| 1570 | + | |
1570 | 1571 | | |
1571 | 1572 | | |
1572 | 1573 | | |
| 1574 | + | |
1573 | 1575 | | |
1574 | 1576 | | |
1575 | 1577 | | |
1576 | 1578 | | |
1577 | 1579 | | |
| 1580 | + | |
1578 | 1581 | | |
1579 | 1582 | | |
1580 | 1583 | | |
| 1584 | + | |
1581 | 1585 | | |
1582 | 1586 | | |
1583 | 1587 | | |
1584 | 1588 | | |
1585 | 1589 | | |
| 1590 | + | |
1586 | 1591 | | |
1587 | 1592 | | |
1588 | 1593 | | |
| 1594 | + | |
1589 | 1595 | | |
1590 | 1596 | | |
1591 | 1597 | | |
| |||
0 commit comments