[llvm] c128f3b - [RISCV] Remove unneeded TODOs from fixed-vectors-shuffle-int.ll.

Jim Lin via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 14 18:43:23 PDT 2025


Author: Jim Lin
Date: 2025-09-15T09:42:51+08:00
New Revision: c128f3bba4d60cb3b9a5c08854d7b83fd5317e0f

URL: https://github.com/llvm/llvm-project/commit/c128f3bba4d60cb3b9a5c08854d7b83fd5317e0f
DIFF: https://github.com/llvm/llvm-project/commit/c128f3bba4d60cb3b9a5c08854d7b83fd5317e0f.diff

LOG: [RISCV] Remove unneeded TODOs from fixed-vectors-shuffle-int.ll.

There is a single vslideup.vi already.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-int.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-int.ll
index eb41ed413a0b4..5683476852683 100644
--- a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-int.ll
+++ b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-int.ll
@@ -840,7 +840,6 @@ define <8 x i32> @shuffle_spread3_singlesrc_e32(<8 x i32> %v) {
   ret <8 x i32> %out
 }
 
-; TODO: This should be a single vslideup.vi
 define <8 x i32> @shuffle_spread4_singlesrc_e32(<8 x i32> %v) {
 ; CHECK-LABEL: shuffle_spread4_singlesrc_e32:
 ; CHECK:       # %bb.0:
@@ -937,7 +936,6 @@ define <8 x i32> @shuffle_decompress_singlesrc_e32(<8 x i32> %v) {
   ret <8 x i32> %out
 }
 
-; TODO: This should be a single vslideup.vi
 define <8 x i8> @shuffle_decompress_singlesrc_e8(<8 x i8> %v) {
 ; CHECK-LABEL: shuffle_decompress_singlesrc_e8:
 ; CHECK:       # %bb.0:


        


More information about the llvm-commits mailing list