Commit 0ca54d7
authored
[LegalizeTypes] Use getShiftAmountConstant in SplitInteger. (llvm#158392)
This function contained old code for handling the case that the type
returned getScalarShiftAmountTy can't hold the shift amount.
These days this is handled by getShiftAmountTy which is used by
getShiftAmountConstant.1 parent 7aad383 commit 0ca54d7
1 file changed
+3
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
1029 | | - | |
1030 | | - | |
1031 | | - | |
1032 | | - | |
1033 | | - | |
1034 | | - | |
1035 | | - | |
1036 | | - | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
1037 | 1032 | | |
1038 | 1033 | | |
1039 | 1034 | | |
| |||
0 commit comments