File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1645,9 +1645,6 @@ define signext i32 @sext_sraiw_zext(i32 zeroext %a) nounwind {
1645
1645
ret i32 %1
1646
1646
}
1647
1647
1648
- ; TODO: sraiw could be selected rather than sext.w and srli. Alternatively,
1649
- ; the srli could be merged in to the shifts used for zero-extension.
1650
-
1651
1648
define zeroext i32 @zext_sraiw_aext (i32 %a ) nounwind {
1652
1649
; RV64I-LABEL: zext_sraiw_aext:
1653
1650
; RV64I: # %bb.0:
@@ -1669,9 +1666,6 @@ define zeroext i32 @zext_sraiw_sext(i32 signext %a) nounwind {
1669
1666
ret i32 %1
1670
1667
}
1671
1668
1672
- ; TODO: sraiw could be selected rather than sext.w and srli. Alternatively,
1673
- ; the srli could be merged in to the shifts used for zero-extension.
1674
-
1675
1669
define zeroext i32 @zext_sraiw_zext (i32 zeroext %a ) nounwind {
1676
1670
; RV64I-LABEL: zext_sraiw_zext:
1677
1671
; RV64I: # %bb.0:
You can’t perform that action at this time.
0 commit comments