Commit a061998
File tree
Expand file treeCollapse file tree
2 files changed
+83
-0
lines changedFilter options
- llvm
- lib/Transforms/Scalar
- test/DebugInfo/KeyInstructions/Generic
Expand file treeCollapse file tree
2 files changed
+83
-0
lines changedllvm/lib/Transforms/Scalar/JumpThreading.cpp
Copy file name to clipboardExpand all lines: llvm/lib/Transforms/Scalar/JumpThreading.cpp+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2011 | 2011 |
|
2012 | 2012 |
|
2013 | 2013 |
|
| 2014 | + |
| 2015 | + |
| 2016 | + |
| 2017 | + |
| 2018 | + |
| 2019 | + |
| 2020 | + |
| 2021 | + |
2014 | 2022 |
|
2015 | 2023 |
|
2016 | 2024 |
|
| ||
2075 | 2083 |
|
2076 | 2084 |
|
2077 | 2085 |
|
| 2086 | + |
| 2087 | + |
2078 | 2088 |
|
2079 | 2089 |
|
2080 | 2090 |
|
| ||
2103 | 2113 |
|
2104 | 2114 |
|
2105 | 2115 |
|
| 2116 | + |
| 2117 | + |
2106 | 2118 |
|
2107 | 2119 |
|
2108 | 2120 |
|
| ||
2330 | 2342 |
|
2331 | 2343 |
|
2332 | 2344 |
|
| 2345 | + |
| 2346 | + |
| 2347 | + |
2333 | 2348 |
|
2334 | 2349 |
|
2335 | 2350 |
|
|
llvm/test/DebugInfo/KeyInstructions/Generic/jump-threading-2-bbs.ll
Copy file name to clipboard+68Lines changed: 68 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
0 commit comments