Skip to content

Commit eaa5605

Browse files
committed
[RISCV] Remove stale TODOs from test. NFC
These were fixed by D106230.
1 parent 7f544f7 commit eaa5605

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/test/CodeGen/RISCV/rv64i-exhaustive-w-insts.ll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,9 +1645,6 @@ define signext i32 @sext_sraiw_zext(i32 zeroext %a) nounwind {
16451645
ret i32 %1
16461646
}
16471647

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-
16511648
define zeroext i32 @zext_sraiw_aext(i32 %a) nounwind {
16521649
; RV64I-LABEL: zext_sraiw_aext:
16531650
; RV64I: # %bb.0:
@@ -1669,9 +1666,6 @@ define zeroext i32 @zext_sraiw_sext(i32 signext %a) nounwind {
16691666
ret i32 %1
16701667
}
16711668

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-
16751669
define zeroext i32 @zext_sraiw_zext(i32 zeroext %a) nounwind {
16761670
; RV64I-LABEL: zext_sraiw_zext:
16771671
; RV64I: # %bb.0:

0 commit comments

Comments
 (0)