Commit da38b72
committed
[Exegesis][RISCV] Remove the usage of RISCVSubtarget
Replace the usage of RISCVSubtarget in RISCVExegesisPreprocessingPass
with an equivalent. Because including RISCVSubtarget.h might slow down
the build speed by hindering the degree of parallelism for components
outside LLVMRISCVCodeGen.1 parent 7c58089 commit da38b72
File tree
1 file changed
+8
-4
lines changed- llvm/tools/llvm-exegesis/lib/RISCV
1 file changed
+8
-4
lines changedLines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | | - | |
67 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
68 | 72 | | |
69 | | - | |
| 73 | + | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| |||
0 commit comments