Skip to content

Commit c128f3b

Browse files
committed
[RISCV] Remove unneeded TODOs from fixed-vectors-shuffle-int.ll.
There is a single vslideup.vi already.
1 parent 0e28fd7 commit c128f3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-int.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,6 @@ define <8 x i32> @shuffle_spread3_singlesrc_e32(<8 x i32> %v) {
840840
ret <8 x i32> %out
841841
}
842842

843-
; TODO: This should be a single vslideup.vi
844843
define <8 x i32> @shuffle_spread4_singlesrc_e32(<8 x i32> %v) {
845844
; CHECK-LABEL: shuffle_spread4_singlesrc_e32:
846845
; CHECK: # %bb.0:
@@ -937,7 +936,6 @@ define <8 x i32> @shuffle_decompress_singlesrc_e32(<8 x i32> %v) {
937936
ret <8 x i32> %out
938937
}
939938

940-
; TODO: This should be a single vslideup.vi
941939
define <8 x i8> @shuffle_decompress_singlesrc_e8(<8 x i8> %v) {
942940
; CHECK-LABEL: shuffle_decompress_singlesrc_e8:
943941
; CHECK: # %bb.0:

0 commit comments

Comments
 (0)