Commit f80a182
File tree
Expand file treeCollapse file tree
11 files changed
+26
-24
lines changedFilter options
- llvm
- include/llvm
- CodeGen
- IR
- lib
- CodeGen/SelectionDAG
- IR
- test
- CodeGen
- AArch64
- ARM
- MIR/X86
- Mips
- X86
- Verifier
Expand file treeCollapse file tree
11 files changed
+26
-24
lines changedllvm/include/llvm/CodeGen/MachineFunction.h
Copy file name to clipboardExpand all lines: llvm/include/llvm/CodeGen/MachineFunction.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
514 | 514 |
|
515 | 515 |
|
516 | 516 |
|
517 |
| - |
| 517 | + |
518 | 518 |
|
519 | 519 |
|
520 | 520 |
|
|
llvm/include/llvm/IR/LLVMContext.h
Copy file name to clipboardExpand all lines: llvm/include/llvm/IR/LLVMContext.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
99 |
| - |
| 99 | + |
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
|
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Copy file name to clipboardExpand all lines: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3333 | 3333 |
|
3334 | 3334 |
|
3335 | 3335 |
|
3336 |
| - |
| 3336 | + |
| 3337 | + |
3337 | 3338 |
|
3338 | 3339 |
|
3339 | 3340 |
|
| ||
3424 | 3425 |
|
3425 | 3426 |
|
3426 | 3427 |
|
3427 |
| - |
| 3428 | + |
3428 | 3429 |
|
3429 | 3430 |
|
3430 | 3431 |
|
| ||
9588 | 9589 |
|
9589 | 9590 |
|
9590 | 9591 |
|
9591 |
| - |
| 9592 | + |
9592 | 9593 |
|
9593 | 9594 |
|
9594 | 9595 |
|
|
llvm/lib/IR/LLVMContext.cpp
Copy file name to clipboardExpand all lines: llvm/lib/IR/LLVMContext.cpp+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
86 |
| - |
87 |
| - |
| 85 | + |
| 86 | + |
| 87 | + |
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
|
+7-6Lines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3722 | 3722 |
|
3723 | 3723 |
|
3724 | 3724 |
|
3725 |
| - |
3726 |
| - |
| 3725 | + |
| 3726 | + |
3727 | 3727 |
|
3728 | 3728 |
|
3729 | 3729 |
|
3730 | 3730 |
|
3731 |
| - |
| 3731 | + |
3732 | 3732 |
|
3733 | 3733 |
|
3734 | 3734 |
|
| ||
3791 | 3791 |
|
3792 | 3792 |
|
3793 | 3793 |
|
3794 |
| - |
3795 |
| - |
3796 |
| - |
| 3794 | + |
| 3795 | + |
| 3796 | + |
| 3797 | + |
3797 | 3798 |
|
3798 | 3799 |
|
3799 | 3800 |
|
|
llvm/test/CodeGen/AArch64/call-site-info-typeid.ll
Copy file name to clipboardExpand all lines: llvm/test/CodeGen/AArch64/call-site-info-typeid.ll+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
llvm/test/CodeGen/ARM/call-site-info-typeid.ll
Copy file name to clipboardExpand all lines: llvm/test/CodeGen/ARM/call-site-info-typeid.ll+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
llvm/test/CodeGen/MIR/X86/call-site-info-typeid.ll
Copy file name to clipboardExpand all lines: llvm/test/CodeGen/MIR/X86/call-site-info-typeid.ll+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 |
| - |
| 97 | + |
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
|
llvm/test/CodeGen/Mips/call-site-info-typeid.ll
Copy file name to clipboardExpand all lines: llvm/test/CodeGen/Mips/call-site-info-typeid.ll+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
llvm/test/CodeGen/X86/call-site-info-typeid.ll
Copy file name to clipboardExpand all lines: llvm/test/CodeGen/X86/call-site-info-typeid.ll+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
llvm/test/Verifier/operand-bundles.ll
Copy file name to clipboardExpand all lines: llvm/test/Verifier/operand-bundles.ll+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
109 |
| - |
110 |
| - |
111 |
| - |
| 109 | + |
| 110 | + |
| 111 | + |
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
115 |
| - |
116 |
| - |
| 115 | + |
| 116 | + |
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
|
0 commit comments