Commit 0753cf2
committed
[NFC][AArch64] Get default features directly from ArchInfo and CpuInfo objects
This updates the AArch64's Target Parser and its uses to capture
information about default features directly from ArchInfo and CpuInfo
objects, instead of relying on an API function to access them
indirectly.
Reviewed By: tmatheson
Differential Revision: https://reviews.llvm.org/D1425401 parent 9ea00fc commit 0753cf2
File tree
6 files changed
+10
-25
lines changed- clang/lib
- Basic/Targets
- Driver/ToolChains/Arch
- llvm
- include/llvm/TargetParser
- lib
- TargetParser
- Target/AArch64/AsmParser
- unittests/TargetParser
6 files changed
+10
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
692 | 692 | | |
693 | 693 | | |
694 | 694 | | |
695 | | - | |
696 | | - | |
697 | 695 | | |
698 | | - | |
| 696 | + | |
699 | 697 | | |
700 | 698 | | |
701 | 699 | | |
| |||
951 | 949 | | |
952 | 950 | | |
953 | 951 | | |
954 | | - | |
| 952 | + | |
955 | 953 | | |
956 | 954 | | |
957 | 955 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
337 | 341 | | |
338 | 342 | | |
339 | 343 | | |
| |||
509 | 513 | | |
510 | 514 | | |
511 | 515 | | |
512 | | - | |
513 | 516 | | |
514 | 517 | | |
515 | 518 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6891 | 6891 | | |
6892 | 6892 | | |
6893 | 6893 | | |
6894 | | - | |
6895 | | - | |
| 6894 | + | |
6896 | 6895 | | |
6897 | 6896 | | |
6898 | 6897 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 28 | | |
42 | 29 | | |
43 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
966 | 966 | | |
967 | 967 | | |
968 | 968 | | |
969 | | - | |
970 | | - | |
971 | 969 | | |
972 | 970 | | |
973 | | - | |
| 971 | + | |
974 | 972 | | |
975 | 973 | | |
976 | 974 | | |
| |||
1472 | 1470 | | |
1473 | 1471 | | |
1474 | 1472 | | |
1475 | | - | |
| 1473 | + | |
1476 | 1474 | | |
1477 | 1475 | | |
1478 | 1476 | | |
| |||
0 commit comments