File tree
Expand file treeCollapse file tree
5 files changed
+21
-17
lines changedFilter options
- llvm
- include/llvm/CodeGen
- lib
- CodeGen
- Target/AMDGPU
- test/CodeGen
- ARM
- X86
Expand file treeCollapse file tree
5 files changed
+21
-17
lines changedllvm/include/llvm/CodeGen/ScheduleDAGInstrs.h
Copy file name to clipboardExpand all lines: llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
| 127 | + |
| 128 | + |
| 129 | + |
127 | 130 |
|
128 | 131 |
|
129 | 132 |
|
| ||
288 | 291 |
|
289 | 292 |
|
290 | 293 |
|
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
291 | 299 |
|
292 | 300 |
|
293 | 301 |
|
|
llvm/lib/CodeGen/MachineScheduler.cpp
Copy file name to clipboardExpand all lines: llvm/lib/CodeGen/MachineScheduler.cpp+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
769 | 769 |
|
770 | 770 |
|
771 | 771 |
|
| 772 | + |
772 | 773 |
|
773 | 774 |
|
774 | 775 |
|
| ||
778 | 779 |
|
779 | 780 |
|
780 | 781 |
|
781 |
| - |
782 |
| - |
783 |
| - |
784 |
| - |
785 |
| - |
| 782 | + |
| 783 | + |
| 784 | + |
786 | 785 |
|
787 | 786 |
|
788 | 787 |
|
|
llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
Copy file name to clipboardExpand all lines: llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
760 | 760 |
|
761 | 761 |
|
762 | 762 |
|
| 763 | + |
| 764 | + |
| 765 | + |
| 766 | + |
763 | 767 |
|
764 | 768 |
|
765 | 769 |
|
|
llvm/test/CodeGen/ARM/misched-branch-targets.mir
Copy file name to clipboardExpand all lines: llvm/test/CodeGen/ARM/misched-branch-targets.mir+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| ||
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
150 |
| - |
151 |
| - |
| 150 | + |
152 | 151 |
|
153 | 152 |
|
154 | 153 |
|
|
llvm/test/CodeGen/X86/fake-use-scheduler.mir
Copy file name to clipboardExpand all lines: llvm/test/CodeGen/X86/fake-use-scheduler.mir-6Lines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 | 12 |
|
19 | 13 |
|
20 | 14 |
|
|
0 commit comments