Commit 9e0077c
authored
[ValueTracking] Handle not in dominating condition. (#126423)
General handling of not in dominating condition.
proof: https://alive2.llvm.org/ce/z/FjJN8q1 parent e42fdcb commit 9e0077c
File tree
3 files changed
+13
-4
lines changed- llvm
- lib/Analysis
- test/Transforms/InstCombine
3 files changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
801 | 801 | | |
802 | 802 | | |
803 | 803 | | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
804 | 807 | | |
805 | 808 | | |
806 | 809 | | |
| |||
4934 | 4937 | | |
4935 | 4938 | | |
4936 | 4939 | | |
| 4940 | + | |
| 4941 | + | |
| 4942 | + | |
| 4943 | + | |
| 4944 | + | |
4937 | 4945 | | |
4938 | 4946 | | |
4939 | 4947 | | |
| |||
10272 | 10280 | | |
10273 | 10281 | | |
10274 | 10282 | | |
| 10283 | + | |
| 10284 | + | |
| 10285 | + | |
10275 | 10286 | | |
10276 | 10287 | | |
10277 | 10288 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
531 | | - | |
532 | | - | |
| 531 | + | |
533 | 532 | | |
534 | 533 | | |
535 | 534 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2374 | 2374 | | |
2375 | 2375 | | |
2376 | 2376 | | |
2377 | | - | |
2378 | | - | |
| 2377 | + | |
2379 | 2378 | | |
2380 | 2379 | | |
2381 | 2380 | | |
| |||
0 commit comments