From f5bd623d060051f6f6715c153aa60a577df6f540 Mon Sep 17 00:00:00 2001 From: Michael Maitland Date: Thu, 23 Jan 2025 14:00:39 -0800 Subject: [PATCH] [RISCV][VLOPT] Rename vx to vf where appropriate in test case --- llvm/test/CodeGen/RISCV/rvv/vl-opt-instrs.ll | 36 ++++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/llvm/test/CodeGen/RISCV/rvv/vl-opt-instrs.ll b/llvm/test/CodeGen/RISCV/rvv/vl-opt-instrs.ll index 5ca2be8da6f3..163166c1df74 100644 --- a/llvm/test/CodeGen/RISCV/rvv/vl-opt-instrs.ll +++ b/llvm/test/CodeGen/RISCV/rvv/vl-opt-instrs.ll @@ -2946,8 +2946,8 @@ define @vfadd_vv( %a, %2 } -define @vfadd_vx( %a, float %b, iXLen %vl) { -; NOVLOPT-LABEL: vfadd_vx: +define @vfadd_vf( %a, float %b, iXLen %vl) { +; NOVLOPT-LABEL: vfadd_vf: ; NOVLOPT: # %bb.0: ; NOVLOPT-NEXT: vsetvli a1, zero, e32, m2, ta, ma ; NOVLOPT-NEXT: vfadd.vf v10, v8, fa0 @@ -2955,7 +2955,7 @@ define @vfadd_vx( %a, float %b, iXLen % ; NOVLOPT-NEXT: vfadd.vv v8, v10, v8 ; NOVLOPT-NEXT: ret ; -; VLOPT-LABEL: vfadd_vx: +; VLOPT-LABEL: vfadd_vf: ; VLOPT: # %bb.0: ; VLOPT-NEXT: vsetvli zero, a0, e32, m2, ta, ma ; VLOPT-NEXT: vfadd.vf v10, v8, fa0 @@ -2986,8 +2986,8 @@ define @vfsub_vv( %a, %2 } -define @vfsub_vx( %a, float %b, iXLen %vl) { -; NOVLOPT-LABEL: vfsub_vx: +define @vfsub_vf( %a, float %b, iXLen %vl) { +; NOVLOPT-LABEL: vfsub_vf: ; NOVLOPT: # %bb.0: ; NOVLOPT-NEXT: vsetvli a1, zero, e32, m2, ta, ma ; NOVLOPT-NEXT: vfsub.vf v10, v8, fa0 @@ -2995,7 +2995,7 @@ define @vfsub_vx( %a, float %b, iXLen % ; NOVLOPT-NEXT: vfadd.vv v8, v10, v8 ; NOVLOPT-NEXT: ret ; -; VLOPT-LABEL: vfsub_vx: +; VLOPT-LABEL: vfsub_vf: ; VLOPT: # %bb.0: ; VLOPT-NEXT: vsetvli zero, a0, e32, m2, ta, ma ; VLOPT-NEXT: vfsub.vf v10, v8, fa0 @@ -3006,8 +3006,8 @@ define @vfsub_vx( %a, float %b, iXLen % ret %2 } -define @vfrsub_vx( %a, float %b, iXLen %vl) { -; NOVLOPT-LABEL: vfrsub_vx: +define @vfrsub_vf( %a, float %b, iXLen %vl) { +; NOVLOPT-LABEL: vfrsub_vf: ; NOVLOPT: # %bb.0: ; NOVLOPT-NEXT: vsetvli a1, zero, e32, m2, ta, ma ; NOVLOPT-NEXT: vfrsub.vf v10, v8, fa0 @@ -3015,7 +3015,7 @@ define @vfrsub_vx( %a, float %b, iXLen ; NOVLOPT-NEXT: vfadd.vv v8, v10, v8 ; NOVLOPT-NEXT: ret ; -; VLOPT-LABEL: vfrsub_vx: +; VLOPT-LABEL: vfrsub_vf: ; VLOPT: # %bb.0: ; VLOPT-NEXT: vsetvli zero, a0, e32, m2, ta, ma ; VLOPT-NEXT: vfrsub.vf v10, v8, fa0 @@ -3089,8 +3089,8 @@ define @vfwsub_vv( %a, %2 } -define @vfwsub_vx( %a, float %b, iXLen %vl) { -; NOVLOPT-LABEL: vfwsub_vx: +define @vfwsub_vf( %a, float %b, iXLen %vl) { +; NOVLOPT-LABEL: vfwsub_vf: ; NOVLOPT: # %bb.0: ; NOVLOPT-NEXT: vsetvli a1, zero, e32, m2, ta, ma ; NOVLOPT-NEXT: vfwsub.vf v12, v8, fa0 @@ -3098,7 +3098,7 @@ define @vfwsub_vx( %a, float %b, iXLen ; NOVLOPT-NEXT: vfadd.vv v8, v12, v12 ; NOVLOPT-NEXT: ret ; -; VLOPT-LABEL: vfwsub_vx: +; VLOPT-LABEL: vfwsub_vf: ; VLOPT: # %bb.0: ; VLOPT-NEXT: vsetvli zero, a0, e32, m2, ta, ma ; VLOPT-NEXT: vfwsub.vf v12, v8, fa0 @@ -3852,8 +3852,8 @@ define @vfmax_vv( %a, %2 } -define @vfmax_vx( %a, float %b, iXLen %vl) { -; NOVLOPT-LABEL: vfmax_vx: +define @vfmax_vf( %a, float %b, iXLen %vl) { +; NOVLOPT-LABEL: vfmax_vf: ; NOVLOPT: # %bb.0: ; NOVLOPT-NEXT: vsetvli a1, zero, e32, m2, ta, ma ; NOVLOPT-NEXT: vfmax.vf v10, v8, fa0 @@ -3861,7 +3861,7 @@ define @vfmax_vx( %a, float %b, iXLen % ; NOVLOPT-NEXT: vfadd.vv v8, v10, v8 ; NOVLOPT-NEXT: ret ; -; VLOPT-LABEL: vfmax_vx: +; VLOPT-LABEL: vfmax_vf: ; VLOPT: # %bb.0: ; VLOPT-NEXT: vsetvli zero, a0, e32, m2, ta, ma ; VLOPT-NEXT: vfmax.vf v10, v8, fa0 @@ -3892,8 +3892,8 @@ define @vfmin_vv( %a, %2 } -define @vfmin_vx( %a, float %b, iXLen %vl) { -; NOVLOPT-LABEL: vfmin_vx: +define @vfmin_vf( %a, float %b, iXLen %vl) { +; NOVLOPT-LABEL: vfmin_vf: ; NOVLOPT: # %bb.0: ; NOVLOPT-NEXT: vsetvli a1, zero, e32, m2, ta, ma ; NOVLOPT-NEXT: vfmin.vf v10, v8, fa0 @@ -3901,7 +3901,7 @@ define @vfmin_vx( %a, float %b, iXLen % ; NOVLOPT-NEXT: vfadd.vv v8, v10, v8 ; NOVLOPT-NEXT: ret ; -; VLOPT-LABEL: vfmin_vx: +; VLOPT-LABEL: vfmin_vf: ; VLOPT: # %bb.0: ; VLOPT-NEXT: vsetvli zero, a0, e32, m2, ta, ma ; VLOPT-NEXT: vfmin.vf v10, v8, fa0