summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/RISCV/rvv/vfmv.v.f.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/RISCV/rvv/vfmv.v.f.ll')
-rw-r--r--llvm/test/CodeGen/RISCV/rvv/vfmv.v.f.ll60
1 files changed, 30 insertions, 30 deletions
diff --git a/llvm/test/CodeGen/RISCV/rvv/vfmv.v.f.ll b/llvm/test/CodeGen/RISCV/rvv/vfmv.v.f.ll
index a3d3443e48c6..83d87a7a74b9 100644
--- a/llvm/test/CodeGen/RISCV/rvv/vfmv.v.f.ll
+++ b/llvm/test/CodeGen/RISCV/rvv/vfmv.v.f.ll
@@ -17,7 +17,7 @@ define <vscale x 1 x half> @intrinsic_vfmv.v.f_f_nxv1f16(half %0, iXLen %1) noun
; CHECK-NEXT: ret
entry:
%a = call <vscale x 1 x half> @llvm.riscv.vfmv.v.f.nxv1f16(
- <vscale x 1 x half> undef,
+ <vscale x 1 x half> poison,
half %0,
iXLen %1)
@@ -37,7 +37,7 @@ define <vscale x 2 x half> @intrinsic_vfmv.v.f_f_nxv2f16(half %0, iXLen %1) noun
; CHECK-NEXT: ret
entry:
%a = call <vscale x 2 x half> @llvm.riscv.vfmv.v.f.nxv2f16(
- <vscale x 2 x half> undef,
+ <vscale x 2 x half> poison,
half %0,
iXLen %1)
@@ -57,7 +57,7 @@ define <vscale x 4 x half> @intrinsic_vfmv.v.f_f_nxv4f16(half %0, iXLen %1) noun
; CHECK-NEXT: ret
entry:
%a = call <vscale x 4 x half> @llvm.riscv.vfmv.v.f.nxv4f16(
- <vscale x 4 x half> undef,
+ <vscale x 4 x half> poison,
half %0,
iXLen %1)
@@ -77,7 +77,7 @@ define <vscale x 8 x half> @intrinsic_vfmv.v.f_f_nxv8f16(half %0, iXLen %1) noun
; CHECK-NEXT: ret
entry:
%a = call <vscale x 8 x half> @llvm.riscv.vfmv.v.f.nxv8f16(
- <vscale x 8 x half> undef,
+ <vscale x 8 x half> poison,
half %0,
iXLen %1)
@@ -97,7 +97,7 @@ define <vscale x 16 x half> @intrinsic_vfmv.v.f_f_nxv16f16(half %0, iXLen %1) no
; CHECK-NEXT: ret
entry:
%a = call <vscale x 16 x half> @llvm.riscv.vfmv.v.f.nxv16f16(
- <vscale x 16 x half> undef,
+ <vscale x 16 x half> poison,
half %0,
iXLen %1)
@@ -117,7 +117,7 @@ define <vscale x 32 x half> @intrinsic_vfmv.v.f_f_nxv32f16(half %0, iXLen %1) no
; CHECK-NEXT: ret
entry:
%a = call <vscale x 32 x half> @llvm.riscv.vfmv.v.f.nxv32f16(
- <vscale x 32 x half> undef,
+ <vscale x 32 x half> poison,
half %0,
iXLen %1)
@@ -137,7 +137,7 @@ define <vscale x 1 x float> @intrinsic_vfmv.v.f_f_nxv1f32(float %0, iXLen %1) no
; CHECK-NEXT: ret
entry:
%a = call <vscale x 1 x float> @llvm.riscv.vfmv.v.f.nxv1f32(
- <vscale x 1 x float> undef,
+ <vscale x 1 x float> poison,
float %0,
iXLen %1)
@@ -157,7 +157,7 @@ define <vscale x 2 x float> @intrinsic_vfmv.v.f_f_nxv2f32(float %0, iXLen %1) no
; CHECK-NEXT: ret
entry:
%a = call <vscale x 2 x float> @llvm.riscv.vfmv.v.f.nxv2f32(
- <vscale x 2 x float> undef,
+ <vscale x 2 x float> poison,
float %0,
iXLen %1)
@@ -177,7 +177,7 @@ define <vscale x 4 x float> @intrinsic_vfmv.v.f_f_nxv4f32(float %0, iXLen %1) no
; CHECK-NEXT: ret
entry:
%a = call <vscale x 4 x float> @llvm.riscv.vfmv.v.f.nxv4f32(
- <vscale x 4 x float> undef,
+ <vscale x 4 x float> poison,
float %0,
iXLen %1)
@@ -197,7 +197,7 @@ define <vscale x 8 x float> @intrinsic_vfmv.v.f_f_nxv8f32(float %0, iXLen %1) no
; CHECK-NEXT: ret
entry:
%a = call <vscale x 8 x float> @llvm.riscv.vfmv.v.f.nxv8f32(
- <vscale x 8 x float> undef,
+ <vscale x 8 x float> poison,
float %0,
iXLen %1)
@@ -217,7 +217,7 @@ define <vscale x 16 x float> @intrinsic_vfmv.v.f_f_nxv16f32(float %0, iXLen %1)
; CHECK-NEXT: ret
entry:
%a = call <vscale x 16 x float> @llvm.riscv.vfmv.v.f.nxv16f32(
- <vscale x 16 x float> undef,
+ <vscale x 16 x float> poison,
float %0,
iXLen %1)
@@ -237,7 +237,7 @@ define <vscale x 1 x double> @intrinsic_vfmv.v.f_f_nxv1f64(double %0, iXLen %1)
; CHECK-NEXT: ret
entry:
%a = call <vscale x 1 x double> @llvm.riscv.vfmv.v.f.nxv1f64(
- <vscale x 1 x double> undef,
+ <vscale x 1 x double> poison,
double %0,
iXLen %1)
@@ -257,7 +257,7 @@ define <vscale x 2 x double> @intrinsic_vfmv.v.f_f_nxv2f64(double %0, iXLen %1)
; CHECK-NEXT: ret
entry:
%a = call <vscale x 2 x double> @llvm.riscv.vfmv.v.f.nxv2f64(
- <vscale x 2 x double> undef,
+ <vscale x 2 x double> poison,
double %0,
iXLen %1)
@@ -277,7 +277,7 @@ define <vscale x 4 x double> @intrinsic_vfmv.v.f_f_nxv4f64(double %0, iXLen %1)
; CHECK-NEXT: ret
entry:
%a = call <vscale x 4 x double> @llvm.riscv.vfmv.v.f.nxv4f64(
- <vscale x 4 x double> undef,
+ <vscale x 4 x double> poison,
double %0,
iXLen %1)
@@ -297,7 +297,7 @@ define <vscale x 8 x double> @intrinsic_vfmv.v.f_f_nxv8f64(double %0, iXLen %1)
; CHECK-NEXT: ret
entry:
%a = call <vscale x 8 x double> @llvm.riscv.vfmv.v.f.nxv8f64(
- <vscale x 8 x double> undef,
+ <vscale x 8 x double> poison,
double %0,
iXLen %1)
@@ -312,7 +312,7 @@ define <vscale x 1 x half> @intrinsic_vfmv.v.f_zero_nxv1f16(iXLen %0) nounwind {
; CHECK-NEXT: ret
entry:
%a = call <vscale x 1 x half> @llvm.riscv.vfmv.v.f.nxv1f16(
- <vscale x 1 x half> undef,
+ <vscale x 1 x half> poison,
half 0.0,
iXLen %0)
@@ -327,7 +327,7 @@ define <vscale x 2 x half> @intrinsic_vmv.v.i_zero_nxv2f16(iXLen %0) nounwind {
; CHECK-NEXT: ret
entry:
%a = call <vscale x 2 x half> @llvm.riscv.vfmv.v.f.nxv2f16(
- <vscale x 2 x half> undef,
+ <vscale x 2 x half> poison,
half 0.0,
iXLen %0)
@@ -342,7 +342,7 @@ define <vscale x 4 x half> @intrinsic_vmv.v.i_zero_nxv4f16(iXLen %0) nounwind {
; CHECK-NEXT: ret
entry:
%a = call <vscale x 4 x half> @llvm.riscv.vfmv.v.f.nxv4f16(
- <vscale x 4 x half> undef,
+ <vscale x 4 x half> poison,
half 0.0,
iXLen %0)
@@ -357,7 +357,7 @@ define <vscale x 8 x half> @intrinsic_vmv.v.i_zero_nxv8f16(iXLen %0) nounwind {
; CHECK-NEXT: ret
entry:
%a = call <vscale x 8 x half> @llvm.riscv.vfmv.v.f.nxv8f16(
- <vscale x 8 x half> undef,
+ <vscale x 8 x half> poison,
half 0.0,
iXLen %0)
@@ -372,7 +372,7 @@ define <vscale x 16 x half> @intrinsic_vmv.v.i_zero_nxv16f16(iXLen %0) nounwind
; CHECK-NEXT: ret
entry:
%a = call <vscale x 16 x half> @llvm.riscv.vfmv.v.f.nxv16f16(
- <vscale x 16 x half> undef,
+ <vscale x 16 x half> poison,
half 0.0,
iXLen %0)
@@ -387,7 +387,7 @@ define <vscale x 32 x half> @intrinsic_vmv.v.i_zero_nxv32f16(iXLen %0) nounwind
; CHECK-NEXT: ret
entry:
%a = call <vscale x 32 x half> @llvm.riscv.vfmv.v.f.nxv32f16(
- <vscale x 32 x half> undef,
+ <vscale x 32 x half> poison,
half 0.0,
iXLen %0)
@@ -402,7 +402,7 @@ define <vscale x 1 x float> @intrinsic_vmv.v.i_zero_nxv1f32(iXLen %0) nounwind {
; CHECK-NEXT: ret
entry:
%a = call <vscale x 1 x float> @llvm.riscv.vfmv.v.f.nxv1f32(
- <vscale x 1 x float> undef,
+ <vscale x 1 x float> poison,
float 0.0,
iXLen %0)
@@ -417,7 +417,7 @@ define <vscale x 2 x float> @intrinsic_vmv.v.i_zero_nxv2f32(iXLen %0) nounwind {
; CHECK-NEXT: ret
entry:
%a = call <vscale x 2 x float> @llvm.riscv.vfmv.v.f.nxv2f32(
- <vscale x 2 x float> undef,
+ <vscale x 2 x float> poison,
float 0.0,
iXLen %0)
@@ -432,7 +432,7 @@ define <vscale x 4 x float> @intrinsic_vmv.v.i_zero_nxv4f32(iXLen %0) nounwind {
; CHECK-NEXT: ret
entry:
%a = call <vscale x 4 x float> @llvm.riscv.vfmv.v.f.nxv4f32(
- <vscale x 4 x float> undef,
+ <vscale x 4 x float> poison,
float 0.0,
iXLen %0)
@@ -447,7 +447,7 @@ define <vscale x 8 x float> @intrinsic_vmv.v.i_zero_nxv8f32(iXLen %0) nounwind {
; CHECK-NEXT: ret
entry:
%a = call <vscale x 8 x float> @llvm.riscv.vfmv.v.f.nxv8f32(
- <vscale x 8 x float> undef,
+ <vscale x 8 x float> poison,
float 0.0,
iXLen %0)
@@ -462,7 +462,7 @@ define <vscale x 16 x float> @intrinsic_vmv.v.i_zero_nxv16f32(iXLen %0) nounwind
; CHECK-NEXT: ret
entry:
%a = call <vscale x 16 x float> @llvm.riscv.vfmv.v.f.nxv16f32(
- <vscale x 16 x float> undef,
+ <vscale x 16 x float> poison,
float 0.0,
iXLen %0)
@@ -477,7 +477,7 @@ define <vscale x 1 x double> @intrinsic_vmv.v.i_zero_nxv1f64(iXLen %0) nounwind
; CHECK-NEXT: ret
entry:
%a = call <vscale x 1 x double> @llvm.riscv.vfmv.v.f.nxv1f64(
- <vscale x 1 x double> undef,
+ <vscale x 1 x double> poison,
double 0.0,
iXLen %0)
@@ -492,7 +492,7 @@ define <vscale x 2 x double> @intrinsic_vmv.v.i_zero_nxv2f64(iXLen %0) nounwind
; CHECK-NEXT: ret
entry:
%a = call <vscale x 2 x double> @llvm.riscv.vfmv.v.f.nxv2f64(
- <vscale x 2 x double> undef,
+ <vscale x 2 x double> poison,
double 0.0,
iXLen %0)
@@ -507,7 +507,7 @@ define <vscale x 4 x double> @intrinsic_vmv.v.i_zero_nxv4f64(iXLen %0) nounwind
; CHECK-NEXT: ret
entry:
%a = call <vscale x 4 x double> @llvm.riscv.vfmv.v.f.nxv4f64(
- <vscale x 4 x double> undef,
+ <vscale x 4 x double> poison,
double 0.0,
iXLen %0)
@@ -522,7 +522,7 @@ define <vscale x 8 x double> @intrinsic_vmv.v.i_zero_nxv8f64(iXLen %0) nounwind
; CHECK-NEXT: ret
entry:
%a = call <vscale x 8 x double> @llvm.riscv.vfmv.v.f.nxv8f64(
- <vscale x 8 x double> undef,
+ <vscale x 8 x double> poison,
double 0.0,
iXLen %0)