Commit 332ce17
committed
[CostModel] Make sure getCmpSelInstrCost is passed a CondTy
It is already required along certain code paths that the CondTy is valid. Fix
some of the uses to make sure it is passed.1 parent 734660b commit 332ce17
File tree
4 files changed
+13
-14
lines changed- llvm
- include/llvm/CodeGen
- lib/Transforms
- Utils
- Vectorize
4 files changed
+13
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1384 | 1384 | | |
1385 | 1385 | | |
1386 | 1386 | | |
1387 | | - | |
1388 | | - | |
1389 | | - | |
1390 | | - | |
1391 | | - | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
1392 | 1390 | | |
1393 | 1391 | | |
1394 | 1392 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3094 | 3094 | | |
3095 | 3095 | | |
3096 | 3096 | | |
3097 | | - | |
| 3097 | + | |
| 3098 | + | |
3098 | 3099 | | |
3099 | 3100 | | |
3100 | 3101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6974 | 6974 | | |
6975 | 6975 | | |
6976 | 6976 | | |
6977 | | - | |
6978 | | - | |
6979 | | - | |
6980 | | - | |
| 6977 | + | |
| 6978 | + | |
| 6979 | + | |
| 6980 | + | |
6981 | 6981 | | |
6982 | 6982 | | |
6983 | 6983 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1753 | 1753 | | |
1754 | 1754 | | |
1755 | 1755 | | |
1756 | | - | |
1757 | | - | |
1758 | | - | |
1759 | | - | |
| 1756 | + | |
| 1757 | + | |
| 1758 | + | |
| 1759 | + | |
1760 | 1760 | | |
1761 | 1761 | | |
1762 | 1762 | | |
| |||
0 commit comments