[llvm] d3e8bd9 - [RISCV][NFC] Rename some test cases

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 10:31:20 PDT 2023


Author: Luke Lau
Date: 2023-03-24T17:30:31Z
New Revision: d3e8bd919fbef0392650c27f69c7a79e1b73ca47

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

LOG: [RISCV][NFC] Rename some test cases

Since they no longer involve a merge

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-shuffles.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-shuffles.ll
index 3aefc3e4dd90..493316ff3dbc 100644
--- a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-shuffles.ll
+++ b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-shuffles.ll
@@ -645,8 +645,8 @@ entry:
   ret <4 x i16> %5
 }
 
-define <8 x i8> @merge_start_into_end(<8 x i8> %v, <8 x i8> %w) {
-; CHECK-LABEL: merge_start_into_end:
+define <8 x i8> @concat_4xi8_start(<8 x i8> %v, <8 x i8> %w) {
+; CHECK-LABEL: concat_4xi8_start:
 ; CHECK:       # %bb.0:
 ; CHECK-NEXT:    vsetivli zero, 8, e8, mf2, ta, ma
 ; CHECK-NEXT:    vslideup.vi v8, v9, 4
@@ -655,8 +655,8 @@ define <8 x i8> @merge_start_into_end(<8 x i8> %v, <8 x i8> %w) {
   ret <8 x i8> %res
 }
 
-define <8 x i8> @merge_start_into_end_undef(<8 x i8> %v, <8 x i8> %w) {
-; CHECK-LABEL: merge_start_into_end_undef:
+define <8 x i8> @concat_4xi8_start_undef(<8 x i8> %v, <8 x i8> %w) {
+; CHECK-LABEL: concat_4xi8_start_undef:
 ; CHECK:       # %bb.0:
 ; CHECK-NEXT:    vsetivli zero, 8, e8, mf2, ta, ma
 ; CHECK-NEXT:    vslideup.vi v8, v9, 4
@@ -665,8 +665,8 @@ define <8 x i8> @merge_start_into_end_undef(<8 x i8> %v, <8 x i8> %w) {
   ret <8 x i8> %res
 }
 
-define <8 x i8> @merge_start_into_end_undef_at_start(<8 x i8> %v, <8 x i8> %w) {
-; CHECK-LABEL: merge_start_into_end_undef_at_start:
+define <8 x i8> @concat_4xi8_start_undef_at_start(<8 x i8> %v, <8 x i8> %w) {
+; CHECK-LABEL: concat_4xi8_start_undef_at_start:
 ; CHECK:       # %bb.0:
 ; CHECK-NEXT:    vsetivli zero, 8, e8, mf2, ta, mu
 ; CHECK-NEXT:    vid.v v11


        


More information about the llvm-commits mailing list