2 files changed
+10
-16
lines changedDiff for: src/libcore/slice/mod.rs
+9-15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1246 | 1246 |
| |
1247 | 1247 |
| |
1248 | 1248 |
| |
1249 |
| - | |
| 1249 | + | |
1250 | 1250 |
| |
1251 | 1251 |
| |
1252 | 1252 |
| |
1253 | 1253 |
| |
1254 |
| - | |
1255 |
| - | |
1256 |
| - | |
1257 |
| - | |
1258 |
| - | |
1259 |
| - | |
1260 |
| - | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
1261 | 1258 |
| |
1262 | 1259 |
| |
1263 | 1260 |
| |
| |||
1274 | 1271 |
| |
1275 | 1272 |
| |
1276 | 1273 |
| |
1277 |
| - | |
1278 |
| - | |
1279 |
| - | |
1280 |
| - | |
1281 |
| - | |
1282 |
| - | |
1283 |
| - | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
1284 | 1278 |
| |
1285 | 1279 |
| |
1286 | 1280 |
| |
|
Diff for: src/llvm
- include/llvm/Analysis/LazyValueInfo.h+7
- include/llvm/IR/Dominators.h+87
- include/llvm/Transforms/Scalar/JumpThreading.h+4-2
- include/llvm/Transforms/Utils/BasicBlockUtils.h+2-1
- include/llvm/Transforms/Utils/Local.h+13-7
- lib/Analysis/LazyValueInfo.cpp+29-1
- lib/IR/Dominators.cpp+191
- lib/Support/CMakeLists.txt+7-2
- lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp+18-2
- lib/Transforms/Scalar/CorrelatedValuePropagation.cpp+2
- lib/Transforms/Scalar/JumpThreading.cpp+172-39
- lib/Transforms/Scalar/MergedLoadStoreMotion.cpp+8-41
- lib/Transforms/Utils/BasicBlockUtils.cpp+14-4
- lib/Transforms/Utils/Local.cpp+163-46
- test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll+3
- test/CodeGen/SPARC/tls.ll+15-4
- test/Transforms/GVN/pr36063.ll+22
- test/Transforms/JumpThreading/ddt-crash.ll+265
- test/Transforms/JumpThreading/ddt-crash2.ll+40
- test/Transforms/JumpThreading/lvi-tristate.ll+50
- test/Transforms/JumpThreading/pr36133.ll+44
- unittests/IR/CMakeLists.txt+1
- unittests/IR/DeferredDominanceTest.cpp+344
0 commit comments